Searched refs:_oth (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_reject_ipv4.c | 20 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument 29 sizeof(struct tcphdr), _oth); in nf_reject_ip_tcphdr_get() 108 struct tcphdr _oth; in nf_send_reset() local 110 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 50 struct tcphdr _oth; in nft_reject_br_send_v4_tcp_reset() local 55 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nft_reject_br_send_v4_tcp_reset() 151 struct tcphdr _oth; in nft_reject_br_send_v6_tcp_reset() local 158 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nft_reject_br_send_v6_tcp_reset()
|
/linux-4.4.14/include/net/netfilter/ipv4/ |
D | nf_reject.h | 12 struct tcphdr *_oth, int hook);
|