Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Doutput_core.c118 if (offset > IPV6_MAXPLEN) in ip6_find_1stfragopt()
153 if (len > IPV6_MAXPLEN) in __ip6_local_out()
Dreassembly.c123 if ((unsigned int)end > IPV6_MAXPLEN) { in ip6_frag_queue()
270 if (payload_len > IPV6_MAXPLEN) in ip6_frag_reasm()
Desp6_offload.c294 if (len > IPV6_MAXPLEN) in esp6_xmit()
Dexthdrs.c756 if (pkt_len <= IPV6_MAXPLEN) { in ipv6_hop_jumbo()
Dip6_output.c1382 maxnonfragsize = sizeof(struct ipv6hdr) + IPV6_MAXPLEN; in __ip6_append_data()
Droute.c3053 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr)) in ip6_default_advmss()
3054 mtu = IPV6_MAXPLEN; in ip6_default_advmss()
Daddrconf.c5526 ci.max_reasm_len = IPV6_MAXPLEN; in inet6_fill_ifla6_attrs()
/Linux-v5.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c189 if ((unsigned int)end > IPV6_MAXPLEN) { in nf_ct_frag6_queue()
335 if (payload_len > IPV6_MAXPLEN) { in nf_ct_frag6_reasm()
/Linux-v5.4/net/bridge/
Dbr_netfilter_ipv6.c75 if (pkt_len <= IPV6_MAXPLEN || in br_nf_check_hbh_len()
/Linux-v5.4/include/net/
Dipv6.h26 #define IPV6_MAXPLEN 65535 macro