Home
last modified time | relevance | path

Searched refs:_oth (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c23 struct tcphdr *_oth, int hook);
57 struct tcphdr _oth; in nf_reject_skb_v4_tcp_reset() local
62 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_reject_skb_v4_tcp_reset()
176 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument
188 sizeof(struct tcphdr), _oth); in nf_reject_ip_tcphdr_get()
278 struct tcphdr _oth; in nf_send_reset() local
280 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c80 struct tcphdr _oth; in nf_reject_skb_v6_tcp_reset() local
87 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nf_reject_skb_v6_tcp_reset()