Home
last modified time | relevance | path

Searched refs:net_if_set_mtu (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c233 net_if_set_mtu(iface, config->mtu); in interface_set_config()
Dcapture.c403 net_if_set_mtu(remote_iface, mtu); in net_capture_setup()
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c558 net_if_set_mtu(iface, config->mtu); in interface_set_config()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h1280 static inline void net_if_set_mtu(struct net_if *iface, in net_if_set_mtu() function
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c1175 net_if_set_mtu(iface, dev_conf->mtu); in eth_dwc_xgmac_iface_init()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c2647 net_if_set_mtu(net_pkt_iface(pkt), mtu); in handle_ra_input()
Dnet_context.c3371 net_if_set_mtu(iface, (uint16_t)mtu); in set_context_ipv6_mtu()