Searched refs:otcph (Results 1 – 2 of 2) sorted by relevance
19 struct tcphdr *otcph, in nf_reject_ip6_tcphdr_get() argument45 otcph = skb_header_pointer(oldskb, tcphoff, sizeof(struct tcphdr), in nf_reject_ip6_tcphdr_get()46 otcph); in nf_reject_ip6_tcphdr_get()47 if (otcph == NULL) in nf_reject_ip6_tcphdr_get()51 if (otcph->rst) { in nf_reject_ip6_tcphdr_get()62 return otcph; in nf_reject_ip6_tcphdr_get()136 const struct tcphdr *otcph; in nf_send_reset6() local149 otcph = nf_reject_ip6_tcphdr_get(oldskb, &_otcph, &otcplen, hook); in nf_send_reset6()150 if (!otcph) in nf_send_reset6()157 fl6.fl6_sport = otcph->dest; in nf_send_reset6()[all …]
13 struct tcphdr *otcph,