Home
last modified time | relevance | path

Searched refs:sotonlpcb (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netlink/
HDnetlink_domain.c295 MPASS(sotonlpcb(so) == NULL); in nl_pru_attach()
335 MPASS(sotonlpcb(so) != NULL); in nl_pru_abort()
343 struct nlpcb *nlp = sotonlpcb(so); in nl_pru_bind()
428 nlp = sotonlpcb(so); in nl_pru_connect()
468 MPASS(sotonlpcb(so) != NULL); in nl_pru_detach()
472 nlp = sotonlpcb(so); in nl_pru_detach()
507 MPASS(sotonlpcb(so) != NULL); in nl_pru_disconnect()
515 MPASS(sotonlpcb(so) != NULL); in nl_pru_peeraddr()
523 MPASS(sotonlpcb(so) != NULL); in nl_pru_shutdown()
537 snl->nl_pid = sotonlpcb(so)->nl_port; in nl_pru_sockaddr()
[all …]
HDnetlink_var.h77 #define sotonlpcb(so) ((struct nlpcb *)(so)->so_pcb) macro
HDnetlink_io.c141 struct nlpcb *nlp = sotonlpcb(so); in nl_receive_async()