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

/linux-master/net/ipv6/
H A Doutput_core.c94 if (offset > IPV6_MAXPLEN)
129 if (len > IPV6_MAXPLEN)
H A Dreassembly.c129 if ((unsigned int)end > IPV6_MAXPLEN) {
278 if (payload_len > IPV6_MAXPLEN)
H A Desp6_offload.c361 if (len > IPV6_MAXPLEN)
H A Dip6_offload.c351 if (unlikely(payload_len > IPV6_MAXPLEN)) {
H A Dip6_output.c304 if (unlikely(seg_len > IPV6_MAXPLEN)) {
1475 maxnonfragsize = sizeof(struct ipv6hdr) + IPV6_MAXPLEN;
H A Dexthdrs.c984 if (pkt_len <= IPV6_MAXPLEN) {
H A Droute.c3205 * Maximal non-jumbo IPv6 payload is IPV6_MAXPLEN and
3206 * corresponding MSS is IPV6_MAXPLEN - tcp_header_size.
3207 * IPV6_MAXPLEN is also valid and means: "any MSS,
3210 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr))
3211 mtu = IPV6_MAXPLEN;
H A Daddrconf.c5799 ci.max_reasm_len = IPV6_MAXPLEN;
/linux-master/net/netfilter/
H A Dutils.c219 if (pkt_len <= IPV6_MAXPLEN ||
/linux-master/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c185 if ((unsigned int)end > IPV6_MAXPLEN) {
333 if (payload_len > IPV6_MAXPLEN) {
/linux-master/net/xfrm/
H A Dxfrm_output.c132 if (offset > IPV6_MAXPLEN)
/linux-master/include/net/
H A Dipv6.h28 #define IPV6_MAXPLEN 65535 macro

Completed in 407 milliseconds