Searched refs:_oth (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ipv4/netfilter/ |
D | nf_reject_ipv4.c | 47 struct tcphdr _oth; in nf_reject_skb_v4_tcp_reset() local 52 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_reject_skb_v4_tcp_reset() 140 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument 152 sizeof(struct tcphdr), _oth); in nf_reject_ip_tcphdr_get() 245 struct tcphdr _oth; in nf_send_reset() local 247 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
|
/linux-6.6.21/include/net/netfilter/ipv4/ |
D | nf_reject.h | 14 struct tcphdr *_oth, int hook);
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 66 struct tcphdr _oth; in nf_reject_skb_v6_tcp_reset() local 73 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nf_reject_skb_v6_tcp_reset()
|