Home
last modified time | relevance | path

Searched refs:NETLINK_URELEASE (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/linux/
Dnotifier.h229 #define NETLINK_URELEASE 0x0001 /* Unicast netlink socket released */ macro
/linux-6.6.21/net/netfilter/
Dnfnetlink_log.c836 if (event == NETLINK_URELEASE && n->protocol == NETLINK_NETFILTER) { in nfulnl_rcv_nl_event()
Dnfnetlink_queue.c1020 if (event == NETLINK_URELEASE && n->protocol == NETLINK_NETFILTER) { in nfqnl_rcv_nl_event()
Dnf_tables_api.c11219 if (event != NETLINK_URELEASE || n->protocol != NETLINK_NETFILTER) in nft_rcv_nl_event()
/linux-6.6.21/net/nfc/
Dnetlink.c1874 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
/linux-6.6.21/net/netlink/
Daf_netlink.c796 NETLINK_URELEASE, &n); in netlink_release()
/linux-6.6.21/drivers/net/wireless/virtual/
Dmac80211_hwsim.c6216 if (state != NETLINK_URELEASE) in mac80211_hwsim_netlink_notify()
/linux-6.6.21/net/wireless/
Dnl80211.c19946 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()