Home
last modified time | relevance | path

Searched refs:dst_mtu (Results 26 – 43 of 43) sorted by relevance

12

/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c639 if (rel_info > dst_mtu(skb_dst(skb2))) in ip4ip6_err()
1188 mtu = dst_mtu(dst) - eth_hlen - psh_hlen - t->tun_hlen; in ip6_tnl_xmit()
H A Dip6_vti.c514 mtu = dst_mtu(dst); in vti6_xmit()
H A Droute.c2006 if (dst_mtu(&rt->dst) >= mtu) in rt6_mtu_change_route_allowed()
2009 if (dst_mtu(&rt->dst) == idev->cnf.mtu6) in rt6_mtu_change_route_allowed()
2872 if (mtu >= dst_mtu(dst)) in __ip6_rt_update_pmtu()
3190 unsigned int mtu = dst_mtu(dst); in ip6_default_advmss()
H A Dsit.c970 mtu = dst_mtu(&rt->dst) - t_hlen; in ipip6_tunnel_xmit()
H A Dip6_gre.c1074 if (!t->parms.collect_md && dst && dst_mtu(dst) > dst->dev->mtu) in ip6erspan_tunnel_xmit()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c410 u32 mtu = dst_mtu(encap_dst) - headroom; in skb_tunnel_check_pmtu()
H A Dicmp.c748 room = dst_mtu(&rt->dst); in __icmp_send()
H A Dip_sockglue.c1645 val = dst_mtu(dst); in do_ip_getsockopt()
H A Dtcp_output.c1837 u32 mtu = dst_mtu(dst); in tcp_current_mss()
3787 tcp_sync_mss(sk, dst_mtu(dst)); in tcp_connect_init()
H A Dipmr.c1886 if (skb->len+encap > dst_mtu(&rt->dst) && (ntohs(iph->frag_off) & IP_DF)) { in ipmr_queue_xmit()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c481 mtu = dst_mtu(dst); in xfrmi_xmit2()
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c1000 csk->mss_idx = cxgbi_sock_select_mss(csk, dst_mtu(dst)); in init_act_open()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c973 csk->mtu = dst_mtu(dst); in cxgbit_offload_init()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1758 mtu = dst_mtu(dest_dst->dst_cache); in ip_vs_in_icmp()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1032 csk->mtu_idx = chtls_select_mss(csk, dst_mtu(__sk_dst_get(sk)), in chtls_pass_accept_rpl()
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1859 csk->mtu = dst_mtu(csk->dst); in init_act_open()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c2127 ep->mtu = dst_mtu(dst); in import_ep()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c3798 csk->mtu = dst_mtu(dst); in cnic_get_route()

12