Searched refs:_oth (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/netfilter/ipv4/
H A Dnf_reject.h14 struct tcphdr *_oth, int hook);
/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c47 struct tcphdr _oth; local
52 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook);
140 struct tcphdr *_oth, int hook)
152 sizeof(struct tcphdr), _oth);
245 struct tcphdr _oth; local
247 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook);
139 nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *_oth, int hook) argument
/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c66 struct tcphdr _oth; local
73 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook);

Completed in 120 milliseconds