Searched refs:_oth (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_reject_ipv4.c | 16 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument 28 sizeof(struct tcphdr), _oth); in nf_reject_ip_tcphdr_get() 121 struct tcphdr _oth; in nf_send_reset() local 123 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 77 struct tcphdr _oth; in nft_reject_br_send_v4_tcp_reset() local 82 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nft_reject_br_send_v4_tcp_reset() 191 struct tcphdr _oth; in nft_reject_br_send_v6_tcp_reset() local 198 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nft_reject_br_send_v6_tcp_reset()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ipv4/ |
| H A D | nf_reject.h | 14 struct tcphdr *_oth, int hook);
|