Searched refs:__tcp_hdrlen (Results 1 – 17 of 17) sorted by relevance
| /linux/net/ipv4/netfilter/ |
| H A D | nf_tproxy_ipv4.c | 98 ip_hdrlen(skb) + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
|
| H A D | nf_socket_ipv4.c | 114 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_tproxy_ipv6.c | 97 thoff + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v6()
|
| H A D | nf_socket_ipv6.c | 131 thoff + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v6()
|
| /linux/include/linux/ |
| H A 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/drivers/net/ethernet/fungible/funeth/ |
| H A 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/net/sched/ |
| H A D | sch_cake.c | 1010 min(__tcp_hdrlen(tcph), bufsize), buf); in cake_get_tcphdr() 1017 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_get_tcpopt() 1143 int length = __tcp_hdrlen(tcph) - sizeof(struct tcphdr); in cake_tcph_may_drop() 1306 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter() 1439 hdr_len += __tcp_hdrlen(th); in cake_overhead()
|
| /linux/net/netfilter/ |
| H A D | nft_exthdr.c | 181 *tcphdr_len = __tcp_hdrlen(tcph); in nft_tcp_header_pointer()
|
| H A D | nft_payload.c | 92 pkt->inneroff = thoff + __tcp_hdrlen(th); in __nft_payload_inner_offset()
|
| /linux/include/trace/events/ |
| H A D | tcp.h | 410 __entry->data_len = skb->len - __tcp_hdrlen(th);
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1752 sk = __inet6_lookup_skb(skb, __tcp_hdrlen(th), 1942 sk2 = inet6_lookup_listener(net, skb, __tcp_hdrlen(th),
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 2116 sk = __inet_lookup_skb(skb, __tcp_hdrlen(th), th->source, 2308 struct sock *sk2 = inet_lookup_listener(net, skb, __tcp_hdrlen(th),
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 841 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
| H A D | dev.c | 4140 tlen = __tcp_hdrlen(th); in qdisc_pkt_len_segs_init()
|
| /linux/include/net/ |
| H A D | tcp.h | 1691 return sk_filter_trim_cap(sk, skb, __tcp_hdrlen(th)); in tcp_filter()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 231 l4len = __tcp_hdrlen((struct tcphdr *)l4hdr); in fbnic_tx_lso()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.c | 2867 off->tso_hdr_len = __tcp_hdrlen(l4.tcp) + l4_start; in idpf_tso()
|