Home
last modified time | relevance | path

Searched refs:ARPHRD_NETLINK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_arp.h99 #define ARPHRD_NETLINK 824 /* Netlink header */ macro
/openbmc/linux/drivers/net/
H A Dnlmon.c85 dev->type = ARPHRD_NETLINK; in nlmon_setup()
/openbmc/linux/net/netlink/
H A Daf_netlink.c197 if (unlikely(nt->dev->type != ARPHRD_NETLINK)) in netlink_add_tap()