Searched refs:pcbp (Results 1 – 1 of 1) sorted by relevance
190 struct ngpcb *const pcbp = so->so_pcb; in ngc_send() local191 struct ngsock *const priv = NG_NODE_PRIVATE(pcbp->sockdata->node); in ngc_send()285 if ((error = ng_address_path((pcbp->sockdata->node), item, path, 0)) in ngc_send()347 struct ngpcb *const pcbp = so->so_pcb; in ngd_send() local354 if ((pcbp == NULL) || (control != NULL)) { in ngd_send()358 if (pcbp->sockdata == NULL) { in ngd_send()379 if (NG_NODE_NUMHOOKS(pcbp->sockdata->node) != 1) { in ngd_send()387 hook = LIST_FIRST(&pcbp->sockdata->node->nd_hooks); in ngd_send()402 hook = ng_findhook(pcbp->sockdata->node, hookname); in ngd_send()431 struct ngpcb *pcbp = so->so_pcb; in ng_getsockaddr() local[all …]