Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh351 echo 0 > $NSIM_DEV_SYS/del_port
413 echo 0 > $NSIM_DEV_SYS/del_port
456 echo $port > $NSIM_DEV_SYS/del_port
469 echo 0 > $NSIM_DEV_SYS/del_port
513 echo $port > $NSIM_DEV_SYS/del_port
526 echo 0 > $NSIM_DEV_SYS/del_port
541 echo $port > $NSIM_DEV_SYS/del_port
554 echo 0 > $NSIM_DEV_SYS/del_port
602 echo $port > $NSIM_DEV_SYS/del_port
615 echo 0 > $NSIM_DEV_SYS/del_port
[all …]
H A Ddevlink_trap.sh474 echo 1 > ${NETDEVSIM_PATH}/devices/${DEV}/del_port
/linux/include/net/
H A Dudp_tunnel.h336 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti); member
412 udp_tunnel_nic_ops->del_port(dev, ti); in udp_tunnel_nic_del_port()
/linux/drivers/net/netdevsim/
H A Dbus.c122 static struct device_attribute nsim_bus_dev_del_port_attr = __ATTR_WO(del_port);
/linux/net/ipv4/
H A Dudp_tunnel_nic.c671 .del_port = __udp_tunnel_nic_del_port,