Searched refs:nl_sock (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c48 static struct nl_sock *zero_socket;
H A Dneigh.h21 struct nl_sock *sock;
H A Dnl1_compat.h18 #define nl_sock nl_handle macro
20 static inline void nl_socket_disable_seq_check(struct nl_sock *sock)
48 static inline void nl_socket_free(struct nl_sock *sock)
53 static inline struct nl_sock *nl_socket_alloc(void)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan_util.c27 struct nl_sock *handle = NULL;
127 struct nl_sock *handle = NULL;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c632 #define nl_sock nl_handle macro
661 struct nl_sock *nl_sock; member in struct:nl80211_state
671 state->nl_sock = nl_socket_alloc();
672 if (!state->nl_sock) {
678 if (genl_connect(state->nl_sock)) {
684 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
704 nl_socket_free(state->nl_sock);
713 nl_socket_free(state->nl_sock);
746 err = nl_send_auto_complete(state->nl_sock, ms
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c45 struct nl_sock *sk;
54 struct nl_sock *sk;
260 struct nl_sock *sk;
611 static int nl_send_recv(struct nl_sock *sk, struct nl_msg *msg)
H A Ddriver_nl80211.h22 #define nl_handle nl_sock
194 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */

Completed in 226 milliseconds