Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Doutput_core.c94 if (offset > IPV6_MAXPLEN) in ip6_find_1stfragopt()
129 if (len > IPV6_MAXPLEN) in __ip6_local_out()
A Dreassembly.c129 if ((unsigned int)end > IPV6_MAXPLEN) { in ip6_frag_queue()
278 if (payload_len > IPV6_MAXPLEN) in ip6_frag_reasm()
A Desp6_offload.c354 if (len > IPV6_MAXPLEN) in esp6_xmit()
A Dip6_offload.c333 if (unlikely(payload_len > IPV6_MAXPLEN)) { in ipv6_gro_complete()
A Dip6_output.c289 if (unlikely(seg_len > IPV6_MAXPLEN)) { in ip6_xmit()
1541 maxnonfragsize = sizeof(struct ipv6hdr) + IPV6_MAXPLEN; in __ip6_append_data()
A Dexthdrs.c1014 if (pkt_len <= IPV6_MAXPLEN) { in ipv6_hop_jumbo()
A Droute.c3198 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr)) in ip6_default_advmss()
3199 mtu = IPV6_MAXPLEN; in ip6_default_advmss()
A Daddrconf.c5683 ci.max_reasm_len = IPV6_MAXPLEN; in inet6_fill_ifla6_attrs()
/linux-6.3-rc2/net/bridge/
A Dbr_netfilter_ipv6.c75 if (pkt_len <= IPV6_MAXPLEN || in br_nf_check_hbh_len()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c185 if ((unsigned int)end > IPV6_MAXPLEN) { in nf_ct_frag6_queue()
332 if (payload_len > IPV6_MAXPLEN) { in nf_ct_frag6_reasm()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c131 if (offset > IPV6_MAXPLEN) in mip6_rthdr_offset()
/linux-6.3-rc2/include/net/
A Dipv6.h28 #define IPV6_MAXPLEN 65535 macro

Completed in 69 milliseconds