Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Dnf_reject_ipv4.c18 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() argument
27 sizeof(struct tcphdr), _oth); in nf_reject_ip_tcphdr_get()
106 struct tcphdr _oth; in nf_send_reset() local
108 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
/net/bridge/netfilter/
Dnft_reject_bridge.c67 struct tcphdr _oth; in nft_reject_br_send_v4_tcp_reset() local
72 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nft_reject_br_send_v4_tcp_reset()
173 struct tcphdr _oth; in nft_reject_br_send_v6_tcp_reset() local
180 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nft_reject_br_send_v6_tcp_reset()