Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_socket.c204 if (pcbp != NULL) in ngc_attach()
370 if (pcbp == NULL) in ngc_bind()
395 if (pcbp != NULL) in ngd_attach()
490 if (pcbp == NULL) in ngd_connect()
501 struct ngpcb *pcbp; in ng_getsockaddr() local
507 if ((pcbp == NULL) || (pcbp->sockdata == NULL)) in ng_getsockaddr()
546 struct ngpcb *pcbp; in ng_attach_cntl() local
601 struct ngpcb *pcbp; in ng_attach_common() local
611 pcbp->type = type; in ng_attach_common()
658 free(pcbp, M_PCB); in ng_detach_common()
[all …]