Home
last modified time | relevance | path

Searched refs:del_port (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh350 echo 0 > $NSIM_DEV_SYS/del_port
424 echo 0 > $NSIM_DEV_SYS/del_port
467 echo $port > $NSIM_DEV_SYS/del_port
480 echo 0 > $NSIM_DEV_SYS/del_port
524 echo $port > $NSIM_DEV_SYS/del_port
537 echo 0 > $NSIM_DEV_SYS/del_port
552 echo $port > $NSIM_DEV_SYS/del_port
565 echo 0 > $NSIM_DEV_SYS/del_port
613 echo $port > $NSIM_DEV_SYS/del_port
626 echo 0 > $NSIM_DEV_SYS/del_port
[all …]
Ddevlink_trap.sh461 echo 1 > ${NETDEVSIM_PATH}/devices/${DEV}/del_port
/linux-5.19.10/include/net/
Dudp_tunnel.h292 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti); member
345 udp_tunnel_nic_ops->del_port(dev, ti); in udp_tunnel_nic_del_port()
/linux-5.19.10/drivers/net/netdevsim/
Dbus.c118 static struct device_attribute nsim_bus_dev_del_port_attr = __ATTR_WO(del_port);
/linux-5.19.10/net/ipv4/
Dudp_tunnel_nic.c648 .del_port = __udp_tunnel_nic_del_port,