Searched refs:nlmon (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/
H A Dnlmon.c20 struct nlmon { struct
26 struct nlmon *nlmon = netdev_priv(dev); local
28 nlmon->nt.dev = dev;
29 nlmon->nt.module = THIS_MODULE;
30 return netlink_add_tap(&nlmon->nt);
35 struct nlmon *nlmon = netdev_priv(dev); local
37 return netlink_remove_tap(&nlmon->nt);
93 .kind = "nlmon",
[all...]
H A DMakefile40 obj-$(CONFIG_NLMON) += nlmon.o
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh37 # create a non-ARPHRD_ETHER device for testing (e.g. nlmon type)
38 ip link add name "$nonethdev" type nlmon
39 check_err $? "could not create a non-ARPHRD_ETHER device (nlmon)"

Completed in 231 milliseconds