Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dnf_reject_ipv4.c19 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument
31 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-v4.19/net/bridge/netfilter/
Dnft_reject_bridge.c74 struct tcphdr _oth; in nft_reject_br_send_v4_tcp_reset() local
79 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()
/Linux-v4.19/include/net/netfilter/ipv4/
Dnf_reject.h13 struct tcphdr *_oth, int hook);