Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h33 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() function
40 return __tcp_hdrlen(tcp_hdr(skb)); in tcp_hdrlen()
/Linux-v4.19/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c96 __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
Dnf_socket_ipv4.c127 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_socket_ipv6.c133 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
Dnf_tproxy_ipv6.c96 thoff + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v6()
/Linux-v4.19/include/trace/events/
Dtcp.h265 __entry->data_len = skb->len - __tcp_hdrlen(th);
/Linux-v4.19/net/netfilter/
Dnft_exthdr.c78 *tcphdr_len = __tcp_hdrlen(tcph); in nft_tcp_header_pointer()
/Linux-v4.19/net/sched/
Dsch_cake.c907 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr()
914 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt()
1038 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop()
1199 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter()
1327 hdr_len += __tcp_hdrlen(th); in cake_overhead()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c1462 sk = __inet6_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), in tcp_v6_rcv()
1610 skb, __tcp_hdrlen(th), in tcp_v6_rcv()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1729 sk = __inet_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), th->source, in tcp_v4_rcv()
1880 __tcp_hdrlen(th), in tcp_v4_rcv()
/Linux-v4.19/net/core/
Dflow_dissector.c536 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
Ddev.c3399 hdr_len += __tcp_hdrlen(th); in qdisc_pkt_len_init()