Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnotifier.h229 #define NETLINK_URELEASE 0x0001 /* Unicast netlink socket released */ macro
/linux-6.15/net/netfilter/
H A Dnfnetlink_log.c836 if (event == NETLINK_URELEASE && n->protocol == NETLINK_NETFILTER) { in nfulnl_rcv_nl_event()
H A Dnfnetlink_queue.c1215 if (event == NETLINK_URELEASE && n->protocol == NETLINK_NETFILTER) { in nfqnl_rcv_nl_event()
H A Dnf_tables_api.c11848 if (event != NETLINK_URELEASE || n->protocol != NETLINK_NETFILTER) in nft_rcv_nl_event()
/linux-6.15/net/nfc/
H A Dnetlink.c1877 if (event != NETLINK_URELEASE || n->protocol != NETLINK_GENERIC) in nfc_genl_rcv_nl_event()
/linux-6.15/net/netlink/
H A Daf_netlink.c765 NETLINK_URELEASE, &n); in netlink_release()
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c6476 if (state != NETLINK_URELEASE) in mac80211_hwsim_netlink_notify()
/linux-6.15/net/wireless/
H A Dnl80211.c20242 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()