/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_TCPOPTSTRIP.c | 34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local 44 tcph = skb_header_pointer(skb, tcphoff, sizeof(_th), &_th); in tcpoptstrip_mangle_packet()
|
H A D | nf_synproxy_core.c | 672 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 688 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook() 1089 struct tcphdr *th, _th; in ipv6_synproxy_hook() local 1111 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg4() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg6() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_TCPOPTSTRIP.c | 34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local 44 tcph = skb_header_pointer(skb, tcphoff, sizeof(_th), &_th); in tcpoptstrip_mangle_packet()
|
H A D | nf_synproxy_core.c | 649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 665 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv4_synproxy_hook() 1066 struct tcphdr *th, _th; in ipv6_synproxy_hook() local 1088 th = skb_header_pointer(skb, thoff, sizeof(_th), &_th); in ipv6_synproxy_hook()
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ipt_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg4() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg4()
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg6() local 24 th = skb_header_pointer(skb, par->thoff, sizeof(_th), &_th); in synproxy_tg6()
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 61 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0)
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 61 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0)
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | csum.c | 256 static void *build_packet_tcp(void *_th) in build_packet_tcp() argument 258 struct tcphdr *th = _th; in build_packet_tcp()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | flow_dissector.c | 695 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local 700 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp() 704 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 674 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local 683 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers() 684 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers() 685 _th->check = 0; in tcp_v6_md5_hash_headers()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | flow_dissector.c | 808 struct tcphdr *th, _th; in __skb_flow_dissect_tcp() local 813 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp() 817 if (unlikely(__tcp_hdrlen(th) < sizeof(_th))) in __skb_flow_dissect_tcp()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1300 struct tcphdr *_th; in tcp_v4_md5_hash_headers() local 1309 _th = (struct tcphdr *)(bp + 1); in tcp_v4_md5_hash_headers() 1310 memcpy(_th, th, sizeof(*th)); in tcp_v4_md5_hash_headers() 1311 _th->check = 0; in tcp_v4_md5_hash_headers()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 680 struct tcphdr *_th; in tcp_v6_md5_hash_headers() local 689 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers() 690 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers() 691 _th->check = 0; in tcp_v6_md5_hash_headers()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 1387 struct tcphdr *_th; in tcp_v4_md5_hash_headers() local 1396 _th = (struct tcphdr *)(bp + 1); in tcp_v4_md5_hash_headers() 1397 memcpy(_th, th, sizeof(*th)); in tcp_v4_md5_hash_headers() 1398 _th->check = 0; in tcp_v4_md5_hash_headers()
|