Searched refs:sotonlpcb (Results 1 – 3 of 3) sorted by relevance
295 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 …]
77 #define sotonlpcb(so) ((struct nlpcb *)(so)->so_pcb) macro
141 struct nlpcb *nlp = sotonlpcb(so); in nl_receive_async()