Searched refs:IPV6_MAXPLEN (Results 1 – 8 of 8) sorted by relevance
205 if ((unsigned int)end > IPV6_MAXPLEN) { in nf_ct_frag6_queue()355 if (payload_len > IPV6_MAXPLEN) { in nf_ct_frag6_reasm()
268 if ((unsigned int)end > IPV6_MAXPLEN) { in ip6_frag_queue()460 if (payload_len > IPV6_MAXPLEN) in ip6_frag_reasm()
66 if (len > IPV6_MAXPLEN) in __ip6_local_out()1314 if (mtu <= sizeof(struct ipv6hdr) + IPV6_MAXPLEN) { in ip6_append_data()1315 if (cork->length + length > sizeof(struct ipv6hdr) + IPV6_MAXPLEN - fragheaderlen) { in ip6_append_data()
597 if (pkt_len <= IPV6_MAXPLEN) { in ipv6_hop_jumbo()
1084 if (mtu > IPV6_MAXPLEN - sizeof(struct tcphdr)) in ip6_default_advmss()1085 mtu = IPV6_MAXPLEN; in ip6_default_advmss()
4039 ci.max_reasm_len = IPV6_MAXPLEN; in inet6_fill_ifla6_attrs()
26 #define IPV6_MAXPLEN 65535 macro
560 if (pkt_len <= IPV6_MAXPLEN || in check_hbh_len()