Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c67 unsigned int otcplen; in nf_reject_skb_v6_tcp_reset() local
73 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nf_reject_skb_v6_tcp_reset()
87 nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen); in nf_reject_skb_v6_tcp_reset()
151 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get() argument
167 *otcplen = oldskb->len - tcphoff; in nf_reject_ip6_tcphdr_get()
170 if (proto != IPPROTO_TCP || *otcplen < sizeof(struct tcphdr)) { in nf_reject_ip6_tcphdr_get()
172 proto, *otcplen); in nf_reject_ip6_tcphdr_get()
223 const struct tcphdr *oth, unsigned int otcplen) in nf_reject_ip6_tcphdr_put() argument
242 otcplen - (oth->doff<<2)); in nf_reject_ip6_tcphdr_put()
284 unsigned int otcplen, hh_len; in nf_send_reset6() local
[all …]
/openbmc/linux/include/net/netfilter/ipv6/
H A Dnf_reject.h14 unsigned int *otcplen, int hook);
20 const struct tcphdr *oth, unsigned int otcplen);