Searched refs:SOL_NETLINK (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.c | 37 #ifndef SOL_NETLINK 38 #define SOL_NETLINK 270 macro 526 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in bpf_set_link_xdp_fd()
|
/Linux-v4.19/samples/connector/ |
D | ucon.c | 174 setsockopt(s, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, &on, sizeof(on)); in main()
|
/Linux-v4.19/include/linux/ |
D | socket.h | 330 #define SOL_NETLINK 270 macro
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 1636 if (level != SOL_NETLINK) in netlink_setsockopt() 1729 if (level != SOL_NETLINK) in netlink_getsockopt() 1820 put_cmsg(msg, SOL_NETLINK, NETLINK_PKTINFO, sizeof(info), &info); in netlink_cmsg_recv_pktinfo() 1829 put_cmsg(msg, SOL_NETLINK, NETLINK_LISTEN_ALL_NSID, sizeof(int), in netlink_cmsg_listen_all_nsid()
|
/Linux-v4.19/Documentation/connector/ |
D | connector.txt | 172 Where 270 above is SOL_NETLINK, and 1 is a NETLINK_ADD_MEMBERSHIP socket
|