otcph              14 include/net/netfilter/ipv6/nf_reject.h 					      struct tcphdr *otcph,
otcph              16 net/ipv6/netfilter/nf_reject_ipv6.c 					      struct tcphdr *otcph,
otcph              42 net/ipv6/netfilter/nf_reject_ipv6.c 	otcph = skb_header_pointer(oldskb, tcphoff, sizeof(struct tcphdr),
otcph              43 net/ipv6/netfilter/nf_reject_ipv6.c 				   otcph);
otcph              44 net/ipv6/netfilter/nf_reject_ipv6.c 	if (otcph == NULL)
otcph              48 net/ipv6/netfilter/nf_reject_ipv6.c 	if (otcph->rst) {
otcph              59 net/ipv6/netfilter/nf_reject_ipv6.c 	return otcph;
otcph             134 net/ipv6/netfilter/nf_reject_ipv6.c 	const struct tcphdr *otcph;
otcph             147 net/ipv6/netfilter/nf_reject_ipv6.c 	otcph = nf_reject_ip6_tcphdr_get(oldskb, &_otcph, &otcplen, hook);
otcph             148 net/ipv6/netfilter/nf_reject_ipv6.c 	if (!otcph)
otcph             155 net/ipv6/netfilter/nf_reject_ipv6.c 	fl6.fl6_sport = otcph->dest;
otcph             156 net/ipv6/netfilter/nf_reject_ipv6.c 	fl6.fl6_dport = otcph->source;
otcph             187 net/ipv6/netfilter/nf_reject_ipv6.c 	nf_reject_ip6_tcphdr_put(nskb, oldskb, otcph, otcplen);