Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c150 struct tcphdr *otcph, in nf_reject_ip6_tcphdr_get() argument
176 otcph = skb_header_pointer(oldskb, tcphoff, sizeof(struct tcphdr), in nf_reject_ip6_tcphdr_get()
177 otcph); in nf_reject_ip6_tcphdr_get()
178 if (otcph == NULL) in nf_reject_ip6_tcphdr_get()
182 if (otcph->rst) { in nf_reject_ip6_tcphdr_get()
193 return otcph; in nf_reject_ip6_tcphdr_get()
283 const struct tcphdr *otcph; in nf_send_reset6() local
297 if (!otcph) in nf_send_reset6()
304 fl6.fl6_sport = otcph->dest; in nf_send_reset6()
305 fl6.fl6_dport = otcph->source; in nf_send_reset6()
[all …]
/openbmc/linux/include/net/netfilter/ipv6/
H A Dnf_reject.h13 struct tcphdr *otcph,