Home
last modified time | relevance | path

Searched refs:nl_socket_alloc (Results 1 – 25 of 34) sorted by relevance

12

/external/libnl/tests/
Dtest-socket-creation.c9 h[0] = nl_socket_alloc(); in main()
13 h[0] = nl_socket_alloc(); in main()
19 h[i] = nl_socket_alloc(); in main()
Dtest-delete-link.c10 sk = nl_socket_alloc(); in main()
Dtest-create-bond.c11 sk = nl_socket_alloc(); in main()
Dtest-create-vlan.c12 sk = nl_socket_alloc(); in main()
Dtest-create-veth.c12 sk = nl_socket_alloc(); in main()
Dtest-create-vxlan.c12 sk = nl_socket_alloc(); in main()
Dtest-create-macvlan.c13 sk = nl_socket_alloc(); in main()
Dtest-create-ip6tnl.c12 sk = nl_socket_alloc(); in main()
Dtest-create-ipvti.c12 sk = nl_socket_alloc(); in main()
Dtest-create-sit.c12 sk = nl_socket_alloc(); in main()
Dtest-create-ipip.c12 sk = nl_socket_alloc(); in main()
Dtest-create-ipgre.c12 sk = nl_socket_alloc(); in main()
Dtest-create-bridge.c34 sk = nl_socket_alloc(); in main()
Dtest-u32-filter-with-actions.c241 if (!(sock = nl_socket_alloc())) { in main()
/external/nfacct/
Dnfacct.c63 #define nl_socket_alloc nl_handle_alloc macro
226 handle = nl_socket_alloc(); in nfacct_cmd_list()
287 handle = nl_socket_alloc(); in _nfacct_cmd_add()
368 handle = nl_socket_alloc(); in nfacct_cmd_delete()
448 handle = nl_socket_alloc(); in nfacct_cmd_get()
522 handle = nl_socket_alloc(); in nfacct_cmd_flush()
/external/wpa_supplicant_8/src/ap/
Dvlan_util.c46 handle = nl_socket_alloc(); in vlan_add()
132 handle = nl_socket_alloc(); in vlan_rem()
/external/libnl/include/netlink/
Dsocket.h22 extern struct nl_sock * nl_socket_alloc(void);
/external/libnl/lib/
Dcache_mngr.c150 if (!(sk = nl_socket_alloc())) in nl_cache_mngr_alloc()
175 mngr->cm_sync_sock = nl_socket_alloc(); in nl_cache_mngr_alloc()
/external/libnl/src/lib/
Dutils.c103 if (!(sock = nl_socket_alloc())) in nl_cli_alloc_socket()
/external/android-clat/
Dnetlink_msg.c130 nl_sk = nl_socket_alloc(); in send_netlink_msg()
/external/iw/
Diw.c28 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc() function
51 state->nl_sock = nl_socket_alloc(); in nl80211_init()
/external/autotest/client/deps/iwcap/src/
Diwcap.c32 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc() function
63 state->nl_sock = nl_socket_alloc(); in nl80211_init()
/external/libnl/lib/netfilter/
Dqueue.c31 nlsk = nl_socket_alloc(); in nfnl_queue_socket_alloc()
/external/libnl/lib/genl/
Dmngt.c322 if (!(sk = nl_socket_alloc())) in genl_resolve_id()
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_linux.c134 ctx->sk = nl_socket_alloc(); in init_genl_ctx()
242 sk = nl_socket_alloc(); in macsec_check_macsec()
295 drv->sk = nl_socket_alloc(); in macsec_drv_macsec_init()

12