Symbol: IPV6_MIN_MTU
drivers/net/ethernet/jme.c
2973
netdev->min_mtu = IPV6_MIN_MTU;
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
823
netdev->min_mtu = IPV6_MIN_MTU;
drivers/net/vrf.c
1600
dev->min_mtu = IPV6_MIN_MTU;
include/net/ip6_route.h
377
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
1089
int hdr_size = VLAN_ETH_HLEN + IPV6_MIN_MTU - skb->len;
net/core/filter.c
12378
min_mss = IPV6_MIN_MTU - 60;
net/core/filter.c
8150
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
263
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
333
err = pskb_trim(skb, IPV6_MIN_MTU - sizeof(*nip6h) - sizeof(*icmp6h));
net/ipv4/ip_tunnel_core.c
392
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
184
.mtu6 = IPV6_MIN_MTU,
net/ipv6/addrconf.c
249
.mtu6 = IPV6_MIN_MTU,
net/ipv6/addrconf.c
3684
if (!idev && dev->mtu >= IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3693
if (dev->mtu < IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3738
if (!idev && dev->mtu >= IPV6_MIN_MTU)
net/ipv6/addrconf.c
3790
dev->mtu >= IPV6_MIN_MTU) {
net/ipv6/addrconf.c
3801
if (dev->mtu < IPV6_MIN_MTU)
net/ipv6/addrconf.c
385
if (dev->mtu < IPV6_MIN_MTU && dev != blackhole_netdev)
net/ipv6/addrconf.c
6393
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
1156
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_gre.c
1157
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_output.c
664
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_output.c
665
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_output.c
926
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_output.c
927
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_tunnel.c
1208
IPV6_MIN_MTU : IPV4_MIN_MTU);
net/ipv6/ip6_tunnel.c
1533
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
1534
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_tunnel.c
1765
if (new_mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
539
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_tunnel.c
540
mtu = IPV6_MIN_MTU;
net/ipv6/ip6_vti.c
516
if (mtu < IPV6_MIN_MTU)
net/ipv6/ip6_vti.c
517
mtu = IPV6_MIN_MTU;
net/ipv6/ipv6_sockglue.c
428
if (val && val < IPV6_MIN_MTU)
net/ipv6/mcast.c
1936
if (mtu < IPV6_MIN_MTU)
net/ipv6/ndisc.c
1565
if (mtu < IPV6_MIN_MTU || mtu > skb->dev->mtu) {
net/ipv6/ndisc.c
1739
IPV6_MIN_MTU - sizeof(struct ipv6hdr) - sizeof(*msg) - optlen,
net/ipv6/netfilter.c
136
frag_max_size < IPV6_MIN_MTU)
net/ipv6/route.c
2948
if (mtu < IPV6_MIN_MTU)
net/ipv6/route.c
3324
mtu = IPV6_MIN_MTU;
net/ipv6/route.c
6735
net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40;
net/ipv6/sit.c
1129
if (mtu < IPV6_MIN_MTU)
net/ipv6/sit.c
1130
mtu = IPV6_MIN_MTU;
net/ipv6/sit.c
1431
dev->min_mtu = IPV6_MIN_MTU;
net/ipv6/sit.c
1585
if (mtu >= IPV6_MIN_MTU &&
net/ipv6/sit.c
975
if (mtu < IPV6_MIN_MTU) {
net/ipv6/sit.c
976
mtu = IPV6_MIN_MTU;
net/ipv6/tcp_ipv6.c
319
tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr);
net/ipv6/tcp_ipv6.c
495
if (mtu < IPV6_MIN_MTU)
net/ipv6/tcp_ipv6.c
828
.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
net/netfilter/ipvs/ip_vs_xmit.c
594
if (mtu < IPV6_MIN_MTU) {
net/netfilter/ipvs/ip_vs_xmit.c
596
IPV6_MIN_MTU);
net/netfilter/nf_flow_table_ip.c
676
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
278
bool small_ipv6 = (skb->protocol == htons(ETH_P_IPV6)) && (skb->len <= IPV6_MIN_MTU);
net/xfrm/xfrm_output.c
900
if (mtu < IPV6_MIN_MTU)
net/xfrm/xfrm_output.c
901
mtu = IPV6_MIN_MTU;