Searched refs:nl_socket (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netlink/ |
H A D | netlink_io.c | 95 struct socket *so = nlp->nl_socket; in nl_process_received_one() 165 struct socket *so = nlp->nl_socket; in nl_on_transmit() 189 CURVNET_SET(nlp->nl_socket->so_vnet); in nl_taskqueue_handler() 203 struct socket *so = nlp->nl_socket; in nl_send() 328 NL_LOG(LOG_DEBUG3, "RX netlink buf %p on %p", nb, nlp->nl_socket); in nl_process_nbuf()
|
H A D | netlink_domain.c | 222 nlp->nl_socket->so_cred, nw->group.priv) == 0) && in nl_send_group() 234 if (nlp_last->nl_socket != NULL) in nl_send_group() 235 sorwakeup(nlp_last->nl_socket); in nl_send_group() 342 nlp->nl_socket = so; in nl_attach() 407 NL_LOG(LOG_DEBUG3, "socket %p, port assign: %d, error: %d", nlp->nl_socket, port_id, error); in nl_assign_port() 425 NL_LOG(LOG_DEBUG3, "socket %p, trying to assign port %d", nlp->nl_socket, port_id); in nl_autobind_port() 436 NL_LOG(LOG_DEBUG3, "socket %p, autobind to %d, error: %d", nlp->nl_socket, port_id, error); in nl_autobind_port() 505 nlp->nl_socket = NULL; in nl_close()
|
H A D | netlink_glue.c | 88 return (priv_check_cred(nlp->nl_socket->so_cred, priv) == 0); in nlp_has_priv() 94 return (nlp->nl_socket->so_cred); in nlp_get_cred()
|
H A D | netlink_var.h | 58 struct socket *nl_socket; member
|