Symbol: IPV6_MIN_MTU
drivers/net/ethernet/jme.c
2973
netdev->min_mtu = IPV6_MIN_MTU;
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
810
netdev->min_mtu = IPV6_MIN_MTU;
drivers/net/vrf.c
1643
dev->min_mtu = IPV6_MIN_MTU;
include/net/ip6_route.h
344
mtu = IPV6_MIN_MTU;
net/6lowpan/core.c
32
dev->mtu = IPV6_MIN_MTU;
net/batman-adv/multicast.c
1203
skb->len + mcast_hdrlen <= IPV6_MIN_MTU &&
net/batman-adv/multicast.c
256
if (hard_iface->net_dev->mtu < IPV6_MIN_MTU) {
net/batman-adv/multicast_forw.c
1090
int hdr_size = VLAN_ETH_HLEN + IPV6_MIN_MTU - skb->len;
net/core/filter.c
12257
min_mss = IPV6_MIN_MTU - 60;
net/core/filter.c
8031
const u16 mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
net/ieee802154/6lowpan/reassembly.c
302
if (cb->d_size > IPV6_MIN_MTU) {
net/ieee802154/6lowpan/tx.c
258
WARN_ON_ONCE(skb->len > IPV6_MIN_MTU);
net/ipv4/ip_tunnel.c
553
mtu >= IPV6_MIN_MTU) {
net/ipv4/ip_tunnel.c
561
if (!skb_is_gso(skb) && mtu >= IPV6_MIN_MTU &&
net/ipv4/ip_tunnel_core.c
328
err = pskb_trim(skb, IPV6_MIN_MTU - sizeof(*nip6h) - sizeof(*icmp6h));
net/ipv4/ip_tunnel_core.c
386
if (mtu < IPV6_MIN_MTU)
net/ipv4/ip_vti.c
249
if (mtu < IPV6_MIN_MTU)
net/ipv4/ip_vti.c
250
mtu = IPV6_MIN_MTU;
net/ipv6/addrconf.c
183
.mtu6 = IPV6_MIN_MTU,
net/ipv6/addrconf.c
248
.mtu6 = IPV6_MIN_MTU,
net/ipv6/addrconf.c
3653
if (!idev && dev->mtu >= IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3662
if (dev->mtu < IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3707
if (!idev && dev->mtu >= IPV6_MIN_MTU)
net/ipv6/addrconf.c
3759
dev->mtu >= IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3770
if (dev->mtu < IPV6_MIN_MTU)
net/ipv6/addrconf.c
384
if (dev->mtu < IPV6_MIN_MTU && dev != blackhole_netdev)
net/ipv6/addrconf.c
6360
int min_mtu = IPV6_MIN_MTU;
net/ipv6/icmp.c
803
room = IPV6_MIN_MTU - sizeof(struct ipv6hdr) - sizeof(struct icmp6hdr);
net/ipv6/ip6_gre.c
1155
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_gre.c
1156
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_output.c
640
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_output.c
641
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_output.c
897
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_output.c
898
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_tunnel.c
1201
IPV6_MIN_MTU : IPV4_MIN_MTU);
net/ipv6/ip6_tunnel.c
1525
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
1526
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_tunnel.c
1757
if (new_mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
532
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
533
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_vti.c
514
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_vti.c
515
mtu = IPV6_MIN_MTU;
net/ipv6/ipv6_sockglue.c
429
if (val && val < IPV6_MIN_MTU)
net/ipv6/mcast.c
1922
if (mtu < IPV6_MIN_MTU)
net/ipv6/ndisc.c
1566
if (mtu < IPV6_MIN_MTU || mtu > skb->dev->mtu) {
net/ipv6/ndisc.c
1738
IPV6_MIN_MTU - sizeof(struct ipv6hdr) - sizeof(*msg) - optlen,
net/ipv6/netfilter.c
149
frag_max_size < IPV6_MIN_MTU)
net/ipv6/route.c
2936
if (mtu < IPV6_MIN_MTU)
net/ipv6/route.c
3314
mtu = IPV6_MIN_MTU;
net/ipv6/route.c
6714
net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40;
net/ipv6/sit.c
1125
if (mtu < IPV6_MIN_MTU)
net/ipv6/sit.c
1126
mtu = IPV6_MIN_MTU;
net/ipv6/sit.c
1427
dev->min_mtu = IPV6_MIN_MTU;
net/ipv6/sit.c
1581
if (mtu >= IPV6_MIN_MTU &&
net/ipv6/sit.c
973
if (mtu < IPV6_MIN_MTU) {
net/ipv6/sit.c
974
mtu = IPV6_MIN_MTU;
net/ipv6/tcp_ipv6.c
307
tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr);
net/ipv6/tcp_ipv6.c
470
if (mtu < IPV6_MIN_MTU)
net/ipv6/tcp_ipv6.c
803
.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
net/netfilter/ipvs/ip_vs_xmit.c
579
if (mtu < IPV6_MIN_MTU) {
net/netfilter/ipvs/ip_vs_xmit.c
581
IPV6_MIN_MTU);
net/netfilter/nf_flow_table_ip.c
680
mtu = max(mtu, IPV6_MIN_MTU);
net/xfrm/xfrm_interface_core.c
485
if (mtu < IPV6_MIN_MTU)
net/xfrm/xfrm_interface_core.c
486
mtu = IPV6_MIN_MTU;
net/xfrm/xfrm_output.c
275
bool small_ipv6 = (skb->protocol == htons(ETH_P_IPV6)) && (skb->len <= IPV6_MIN_MTU);
net/xfrm/xfrm_output.c
893
if (mtu < IPV6_MIN_MTU)
net/xfrm/xfrm_output.c
894
mtu = IPV6_MIN_MTU;