/third_party/python/Modules/ |
H A D | socketmodule.h | 91 # include <linux/netlink.h>
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 50 [tools/include/uapi/linux/netlink.h]=include/uapi/linux/netlink.h \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wext.c | 29 #include "netlink.h" 681 netlink_send_oper_ifla(drv->netlink, drv->ifindex, in wpa_driver_wext_event_rtm_newlink() 822 drv->netlink = netlink_init(cfg); in wpa_driver_wext_init() 823 if (drv->netlink == NULL) { in wpa_driver_wext_init() 852 netlink_deinit(drv->netlink); in wpa_driver_wext_init() 1015 netlink_send_oper_ifla(drv->netlink, drv->ifindex, in wpa_driver_wext_finish_drv_init() 1049 netlink_send_oper_ifla(drv->netlink, drv->ifindex, 0, IF_OPER_UP); in wpa_driver_wext_deinit() 1050 netlink_deinit(drv->netlink); in wpa_driver_wext_deinit() 2402 return netlink_send_oper_ifla(drv->netlink, drv->ifindex, -1, in wpa_driver_wext_set_operstate()
|
H A D | driver_hostap.c | 24 #include "netlink.h" 43 struct netlink_data *netlink; member 959 drv->netlink = netlink_init(cfg); in hostap_wireless_event_init() 960 if (drv->netlink == NULL) { in hostap_wireless_event_init() 1016 netlink_deinit(drv->netlink); in hostap_driver_deinit()
|
H A D | drivers.mak | 150 DRV_OBJS += ../src/drivers/netlink.o
|
H A D | drivers.mk | 141 DRV_OBJS += src/drivers/netlink.c
|
H A D | driver_nl80211.h | 31 struct netlink_data *netlink; member
|
H A D | driver_atheros.c | 59 #include "netlink.h" 71 struct netlink_data *netlink; member 1636 drv->netlink = netlink_init(cfg); in atheros_wireless_event_init() 1637 if (drv->netlink == NULL) { in atheros_wireless_event_init() 1829 netlink_deinit(drv->netlink); in atheros_deinit()
|
H A D | driver_nl80211.c | 17 #include <netlink/genl/genl.h> 18 #include <netlink/genl/ctrl.h> 20 #include <netlink/route/neighbour.h> 34 #include "netlink.h" 97 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " in nl_create_handle() 104 "netlink (%s)", dbg); in nl_create_handle() 1433 netlink_send_oper_ifla(drv->global->netlink, drv->ifindex, in wpa_driver_nl80211_event_rtm_newlink() 2037 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " in wpa_driver_nl80211_init_nl_global() 2048 wpa_printf(MSG_ERROR, "nl80211: 'nl80211' generic netlink not " in wpa_driver_nl80211_init_nl_global() 2056 "nl80211: 'nlctrl' generic netlink no in wpa_driver_nl80211_init_nl_global() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_hostap.c | 24 #include "netlink.h" 43 struct netlink_data *netlink; member 955 drv->netlink = netlink_init(cfg); in hostap_wireless_event_init() 956 if (drv->netlink == NULL) { in hostap_wireless_event_init() 1012 netlink_deinit(drv->netlink); in hostap_driver_deinit()
|
H A D | drivers.mak | 146 DRV_OBJS += ../src/drivers/netlink.o
|
H A D | drivers.mk | 138 DRV_OBJS += src/drivers/netlink.c
|
H A D | driver_nl80211.h | 33 struct netlink_data *netlink; member
|
H A D | driver_atheros.c | 59 #include "netlink.h" 75 struct netlink_data *netlink; member 1647 drv->netlink = netlink_init(cfg); in atheros_wireless_event_init() 1648 if (drv->netlink == NULL) { in atheros_wireless_event_init() 1840 netlink_deinit(drv->netlink); in atheros_deinit()
|
H A D | driver_nl80211.c | 17 #include <netlink/genl/genl.h> 18 #include <netlink/genl/ctrl.h> 20 #include <netlink/route/neighbour.h> 34 #include "netlink.h" 126 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " in nl_create_handle() 133 "netlink (%s)", dbg); in nl_create_handle() 1188 netlink_send_oper_ifla(drv->global->netlink, drv->ifindex, in wpa_driver_nl80211_event_rtm_newlink() 1710 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink " in wpa_driver_nl80211_init_nl_global() 1721 wpa_printf(MSG_ERROR, "nl80211: 'nl80211' generic netlink not " in wpa_driver_nl80211_init_nl_global() 2695 netlink_send_oper_ifla(drv->global->netlink, dr in wpa_driver_nl80211_finish_drv_init() [all...] |
/third_party/eudev/src/udev/ |
H A D | udevadm-monitor.c | 33 #include <linux/netlink.h> 173 fprintf(stderr, "error: unable to create netlink socket\n"); in adm_monitor() 215 fprintf(stderr, "error: unable to create netlink socket\n"); in adm_monitor()
|
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_helper.sh | 65 # * COMM_TYPE (netlink|ioctl) 68 # ethernet devices. Uses 'ip' command for netlink and 'ifconfig' 99 netlink) 107 "third argument must be a comm. type between kernel and user space (netlink|ioctl)"
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.c | 22 #include <linux/netlink.h> 55 /* process setenforce events for netlink and sestatus */ 77 /* process policyload events for netlink and sestatus */ 98 /* netlink socket code */ 159 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive() 171 "%s: warning: netlink address truncated, len %u?\n", in avc_netlink_receive() 178 "%s: warning: received spoofed netlink packet from: %u\n", in avc_netlink_receive() 185 "%s: warning: received EOF on netlink socket\n", in avc_netlink_receive() 193 "%s: warning: incomplete netlink message\n", in avc_netlink_receive() 216 "%s: netlink erro in avc_netlink_process() [all...] |
/third_party/libbpf/src/ |
H A D | Makefile | 55 OBJS := bpf.o btf.o libbpf.o libbpf_errno.o netlink.o \
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 21 #include <linux/netlink.h> 76 * Send netlink package. 113 * Receive package from netlink. 175 * @param nlhdr the netlink package 336 fprintf(stderr, "failed to receive from netlink\n"); in main()
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 461 /* process can only have one netlink socket, have to do it in ctx */ 463 struct lws *netlink; member
|
/third_party/libwebsockets/lib/core-net/ |
H A D | pollfd.c | 302 assert(wsi->event_pipe || wsi->a.vhost || wsi == pt->context->netlink); in __insert_wsi_socket_into_fds()
|
/third_party/ltp/lib/ |
H A D | tst_rtnetlink.c | 9 #include <linux/netlink.h>
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 32 #include <linux/netlink.h> 145 * We do not set a netlink multicast group here, so the socket in udev_monitor_new_from_netlink_fd() 586 log_debug("unicast netlink message ignored"); in udev_monitor_receive_device() 591 log_debug("multicast kernel netlink message from PID %"PRIu32" ignored", in udev_monitor_receive_device() 732 log_debug("passed device to netlink monitor %p", udev_monitor); in udev_monitor_send_device() 738 log_debug("passed %zi byte device to netlink monitor %p", count, udev_monitor); in udev_monitor_send_device()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | if_link.h | 6 #include <linux/netlink.h>
|