Searched refs:tcp_len (Results 1 – 2 of 2) sorted by relevance
123 int tcp_len, int pkt_len) in tcp_set_pseudo_header() argument140 b->ph.len = htons(tcp_len); in tcp_set_pseudo_header()141 checksum_len = tcp_len + PSEUDO_HDR_SIZE; in tcp_set_pseudo_header()246 int tcp_len; in tcp_set_tcp_header() local319 tcp_len = pkt_len - IP_HDR_SIZE; in tcp_set_tcp_header()349 tcp_len, pkt_len); in tcp_set_tcp_header()640 int tcp_len = pkt_len - IP_HDR_SIZE; in rxhand_tcp_f() local665 b->ip.hdr.ip_dst, tcp_len, in rxhand_tcp_f()669 &net_ip, &net_server_ip, tcp_len); in rxhand_tcp_f()674 payload_len = tcp_len - tcp_hdr_len; in rxhand_tcp_f()
305 int tcp_len, int pkt_len);
Completed in 6 milliseconds