otcplen 15 include/net/netfilter/ipv6/nf_reject.h unsigned int *otcplen, int hook); otcplen 21 include/net/netfilter/ipv6/nf_reject.h const struct tcphdr *oth, unsigned int otcplen); otcplen 192 net/bridge/netfilter/nft_reject_bridge.c unsigned int otcplen; otcplen 198 net/bridge/netfilter/nft_reject_bridge.c oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); otcplen 210 net/bridge/netfilter/nft_reject_bridge.c nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen); otcplen 17 net/ipv6/netfilter/nf_reject_ipv6.c unsigned int *otcplen, int hook) otcplen 33 net/ipv6/netfilter/nf_reject_ipv6.c *otcplen = oldskb->len - tcphoff; otcplen 36 net/ipv6/netfilter/nf_reject_ipv6.c if (proto != IPPROTO_TCP || *otcplen < sizeof(struct tcphdr)) { otcplen 38 net/ipv6/netfilter/nf_reject_ipv6.c proto, *otcplen); otcplen 89 net/ipv6/netfilter/nf_reject_ipv6.c const struct tcphdr *oth, unsigned int otcplen) otcplen 108 net/ipv6/netfilter/nf_reject_ipv6.c otcplen - (oth->doff<<2)); otcplen 135 net/ipv6/netfilter/nf_reject_ipv6.c unsigned int otcplen, hh_len; otcplen 147 net/ipv6/netfilter/nf_reject_ipv6.c otcph = nf_reject_ip6_tcphdr_get(oldskb, &_otcph, &otcplen, hook); otcplen 187 net/ipv6/netfilter/nf_reject_ipv6.c nf_reject_ip6_tcphdr_put(nskb, oldskb, otcph, otcplen);