Home
last modified time | relevance | path

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

/linux-6.14.4/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c99 ip_hdrlen(skb) + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
Dnf_socket_ipv4.c115 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
/linux-6.14.4/include/linux/
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-6.14.4/net/ipv6/netfilter/
Dnf_tproxy_ipv6.c98 thoff + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v6()
Dnf_socket_ipv6.c132 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
/linux-6.14.4/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c211 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc()
247 l4_hlen = __tcp_hdrlen(th); in write_pkt_desc()
/linux-6.14.4/net/sched/
Dsch_cake.c997 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr()
1004 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt()
1130 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop()
1293 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter()
1421 hdr_len += __tcp_hdrlen(th); in cake_overhead()
/linux-6.14.4/net/netfilter/
Dnft_exthdr.c181 *tcphdr_len = __tcp_hdrlen(tcph); in nft_tcp_header_pointer()
Dnft_payload.c92 pkt->inneroff = thoff + __tcp_hdrlen(th); in __nft_payload_inner_offset()
/linux-6.14.4/include/trace/events/
Dtcp.h307 __entry->data_len = skb->len - __tcp_hdrlen(th);
/linux-6.14.4/net/ipv6/
Dtcp_ipv6.c1786 sk = __inet6_lookup_skb(net->ipv4.tcp_death_row.hashinfo, skb, __tcp_hdrlen(th),
1974 skb, __tcp_hdrlen(th),
/linux-6.14.4/net/ipv4/
Dtcp_ipv4.c2223 skb, __tcp_hdrlen(th), th->source,
2413 skb, __tcp_hdrlen(th),
/linux-6.14.4/net/core/
Dflow_dissector.c841 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
Ddev.c3981 hdr_len += __tcp_hdrlen(th); in qdisc_pkt_len_init()
/linux-6.14.4/drivers/net/ethernet/intel/idpf/
Didpf_txrx.c2567 off->tso_hdr_len = __tcp_hdrlen(l4.tcp) + l4_start; in idpf_tso()