Searched refs:nl_socket (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_io.c | 226 struct sockbuf *sb = &nlp->nl_socket->so_rcv; in tx_check_locked() 248 sorwakeup(nlp->nl_socket); in tx_check_locked() 273 struct sockbuf *sb = &nlp->nl_socket->so_snd; in nl_process_received_one() 346 struct socket *so = nlp->nl_socket; in nl_on_transmit() 370 CURVNET_SET(nlp->nl_socket->so_vnet); in nl_taskqueue_handler() 419 if (__predict_false(nlp->nl_socket == NULL)) { in nl_send_one() 436 struct socket *so = nlp->nl_socket; in nl_send_one() 541 NL_LOG(LOG_DEBUG3, "RX netlink mbuf %p on %p", m, nlp->nl_socket); in nl_process_mbuf()
|
| H A D | netlink_domain.c | 229 if (nlp_last->nl_socket != NULL) in nl_send_group() 230 sorwakeup(nlp_last->nl_socket); in nl_send_group() 334 nlp->nl_socket = so; in nl_pru_attach() 414 NL_LOG(LOG_DEBUG3, "socket %p, port assign: %d, error: %d", nlp->nl_socket, port_id, error); in nl_assign_port() 433 NL_LOG(LOG_DEBUG3, "socket %p, trying to assign port %d", nlp->nl_socket, port_id); in nl_autobind_port() 444 NL_LOG(LOG_DEBUG3, "socket %p, autobind to %d, error: %d", nlp->nl_socket, port_id, error); in nl_autobind_port() 523 nlp->nl_socket = NULL; in nl_pru_detach()
|
| H A D | netlink_var.h | 55 struct socket *nl_socket; member
|