Home
last modified time | relevance | path

Searched refs:IPV6_MAXPLEN (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/net/ipv6/
H A Doutput_core.c94 if (offset > IPV6_MAXPLEN) in ip6_find_1stfragopt()
129 if (len > IPV6_MAXPLEN) in __ip6_local_out()
H A Dreassembly.c129 if ((unsigned int)end > IPV6_MAXPLEN) { in ip6_frag_queue()
278 if (payload_len > IPV6_MAXPLEN) in ip6_frag_reasm()
H A Desp6_offload.c355 if (len > IPV6_MAXPLEN) in esp6_xmit()
H A Dip6_offload.c366 if (unlikely(payload_len > IPV6_MAXPLEN)) { in ipv6_gro_complete()
H A Dip6_output.c306 if (unlikely(seg_len > IPV6_MAXPLEN)) { in ip6_xmit()
1554 maxnonfragsize = sizeof(struct ipv6hdr) + IPV6_MAXPLEN; in __ip6_append_data()
H A Dexthdrs.c986 if (pkt_len <= IPV6_MAXPLEN) { in ipv6_hop_jumbo()
H A Droute.c3209 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr)) in ip6_default_advmss()
3210 mtu = IPV6_MAXPLEN; in ip6_default_advmss()
H A Daddrconf.c5761 ci.max_reasm_len = IPV6_MAXPLEN; in inet6_fill_ifla6_attrs()
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c190 if ((unsigned int)end > IPV6_MAXPLEN) { in nf_ct_frag6_queue()
338 if (payload_len > IPV6_MAXPLEN) { in nf_ct_frag6_reasm()
/openbmc/linux/net/netfilter/
H A Dutils.c256 if (pkt_len <= IPV6_MAXPLEN || in nf_ip6_check_hbh_len()
/openbmc/linux/net/xfrm/
H A Dxfrm_output.c132 if (offset > IPV6_MAXPLEN) in mip6_rthdr_offset()
/openbmc/linux/include/net/
H A Dipv6.h28 #define IPV6_MAXPLEN 65535 macro