Searched refs:__tcp_hdrlen (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/include/linux/ |
D | tcp.h | 29 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-6.6.21/net/ipv4/netfilter/ |
D | nf_tproxy_ipv4.c | 97 ip_hdrlen(skb) + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
|
D | nf_socket_ipv4.c | 115 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_socket_ipv6.c | 128 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
|
D | nf_tproxy_ipv6.c | 98 thoff + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v6()
|
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 211 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc() 247 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc()
|
/linux-6.6.21/include/trace/events/ |
D | tcp.h | 279 __entry->data_len = skb->len - __tcp_hdrlen(th);
|
/linux-6.6.21/net/sched/ |
D | sch_cake.c | 951 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr() 958 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt() 1084 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop() 1247 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter() 1375 hdr_len += __tcp_hdrlen(th); in cake_overhead()
|
/linux-6.6.21/net/netfilter/ |
D | nft_exthdr.c | 183 *tcphdr_len = __tcp_hdrlen(tcph); in nft_tcp_header_pointer()
|
D | nft_payload.c | 101 pkt->inneroff = thoff + __tcp_hdrlen(th); in __nft_payload_inner_offset()
|
/linux-6.6.21/net/ipv6/ |
D | tcp_ipv6.c | 1627 sk = __inet6_lookup_skb(net->ipv4.tcp_death_row.hashinfo, skb, __tcp_hdrlen(th), in tcp_v6_rcv() 1810 skb, __tcp_hdrlen(th), in tcp_v6_rcv()
|
/linux-6.6.21/net/ipv4/ |
D | tcp_ipv4.c | 2026 skb, __tcp_hdrlen(th), th->source, in tcp_v4_rcv() 2211 skb, __tcp_hdrlen(th), in tcp_v4_rcv()
|
/linux-6.6.21/net/core/ |
D | flow_dissector.c | 817 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
D | dev.c | 3748 hdr_len += __tcp_hdrlen(th); in qdisc_pkt_len_init()
|