Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dnf_reject_ipv6.c20 struct tcphdr *otcph, in nf_reject_ip6_tcphdr_get() argument
46 otcph = skb_header_pointer(oldskb, tcphoff, sizeof(struct tcphdr), in nf_reject_ip6_tcphdr_get()
47 otcph); in nf_reject_ip6_tcphdr_get()
48 if (otcph == NULL) in nf_reject_ip6_tcphdr_get()
52 if (otcph->rst) { in nf_reject_ip6_tcphdr_get()
63 return otcph; in nf_reject_ip6_tcphdr_get()
137 const struct tcphdr *otcph; in nf_send_reset6() local
150 otcph = nf_reject_ip6_tcphdr_get(oldskb, &_otcph, &otcplen, hook); in nf_send_reset6()
151 if (!otcph) in nf_send_reset6()
158 fl6.fl6_sport = otcph->dest; in nf_send_reset6()
[all …]
/linux-4.4.14/include/net/netfilter/ipv6/
Dnf_reject.h12 struct tcphdr *otcph,