Home
last modified time | relevance | path

Searched refs:__tcp_hdrlen (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
A Dtcp.h29 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() function
36 return __tcp_hdrlen(tcp_hdr(skb)); in tcp_hdrlen()
/linux/net/ipv4/netfilter/
A Dnf_tproxy_ipv4.c97 __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
A Dnf_socket_ipv4.c115 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
/linux/net/ipv6/netfilter/
A Dnf_socket_ipv6.c128 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
A Dnf_tproxy_ipv6.c97 thoff + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v6()
/linux/include/trace/events/
A Dtcp.h279 __entry->data_len = skb->len - __tcp_hdrlen(th);
/linux/net/sched/
A Dsch_cake.c950 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr()
957 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt()
1083 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop()
1246 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter()
1374 hdr_len += __tcp_hdrlen(th); in cake_overhead()
/linux/net/netfilter/
A Dnft_exthdr.c177 *tcphdr_len = __tcp_hdrlen(tcph); in nft_tcp_header_pointer()
A Dnft_payload.c100 pkt->inneroff = thoff + __tcp_hdrlen(th); in __nft_payload_inner_offset()
/linux/net/ipv6/
A Dtcp_ipv6.c1662 sk = __inet6_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), in tcp_v6_rcv()
1823 skb, __tcp_hdrlen(th), in tcp_v6_rcv()
/linux/net/ipv4/
A Dtcp_ipv4.c2004 sk = __inet_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), th->source, in tcp_v4_rcv()
2169 __tcp_hdrlen(th), in tcp_v4_rcv()
/linux/net/core/
A Dflow_dissector.c713 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
A Ddev.c3762 hdr_len += __tcp_hdrlen(th); in qdisc_pkt_len_init()

Completed in 45 milliseconds