Searched refs:__tcp_hdrlen (Results 1 – 9 of 9) sorted by relevance
29 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() function36 return __tcp_hdrlen(tcp_hdr(skb)); in tcp_hdrlen()
132 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
117 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
211 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc()247 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc()
1016 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr() 1023 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt() 1149 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop() 1311 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter() 1441 hdr_len += __tcp_hdrlen(th); in cake_overhead()
2114 sk = __inet_lookup_skb(skb, __tcp_hdrlen(th), th->source,2310 struct sock *sk2 = inet_lookup_listener(net, skb, __tcp_hdrlen(th),
841 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
233 l4len = __tcp_hdrlen((struct tcphdr *)l4hdr); in fbnic_tx_lso()
2867 off->tso_hdr_len = __tcp_hdrlen(l4.tcp) + l4_start; in idpf_tso()