Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Doutput_core.c94 if (offset > IPV6_MAXPLEN) in ip6_find_1stfragopt()
129 if (len > IPV6_MAXPLEN) in __ip6_local_out()
Dreassembly.c129 if ((unsigned int)end > IPV6_MAXPLEN) { in ip6_frag_queue()
278 if (payload_len > IPV6_MAXPLEN) in ip6_frag_reasm()
Desp6_offload.c355 if (len > IPV6_MAXPLEN) in esp6_xmit()
Dip6_offload.c334 if (unlikely(payload_len > IPV6_MAXPLEN)) { in ipv6_gro_complete()
Dip6_output.c290 if (unlikely(seg_len > IPV6_MAXPLEN)) { in ip6_xmit()
1541 maxnonfragsize = sizeof(struct ipv6hdr) + IPV6_MAXPLEN; in __ip6_append_data()
Dexthdrs.c976 if (pkt_len <= IPV6_MAXPLEN) { in ipv6_hop_jumbo()
Droute.c3200 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr)) in ip6_default_advmss()
3201 mtu = IPV6_MAXPLEN; in ip6_default_advmss()
Daddrconf.c5726 ci.max_reasm_len = IPV6_MAXPLEN; in inet6_fill_ifla6_attrs()
/Linux-v6.6/net/ipv6/netfilter/
Dnf_conntrack_reasm.c186 if ((unsigned int)end > IPV6_MAXPLEN) { in nf_ct_frag6_queue()
333 if (payload_len > IPV6_MAXPLEN) { in nf_ct_frag6_reasm()
/Linux-v6.6/net/netfilter/
Dutils.c256 if (pkt_len <= IPV6_MAXPLEN || in nf_ip6_check_hbh_len()
/Linux-v6.6/net/xfrm/
Dxfrm_output.c132 if (offset > IPV6_MAXPLEN) in mip6_rthdr_offset()
/Linux-v6.6/include/net/
Dipv6.h28 #define IPV6_MAXPLEN 65535 macro