Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h71 proc_t **ppp; in do_thread_create() local
82 ppp = &system_proc; in do_thread_create()
84 ppp = &pp; in do_thread_create()
85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED, in do_thread_create()
/f-stack/freebsd/netgraph/
H A Dng_rfc1490.c107 hook_p ppp; member
192 if (priv->ppp) in ng_rfc1490_newhook()
194 priv->ppp = hook; in ng_rfc1490_newhook()
372 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
384 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
387 } else if (hook == priv->ppp) { in ng_rfc1490_rcvdata()
481 else if (hook == priv->ppp) in ng_rfc1490_disconnect()
482 priv->ppp = NULL; in ng_rfc1490_disconnect()
H A Dng_ppp.c472 NETGRAPH_INIT(ppp, &ng_ppp_typestruct);
/f-stack/freebsd/netinet/libalias/
H A DHISTORY66 Hole could _not_ manifest in ppp+pktAlias, but
79 where the ppp host will be acting purely as a
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_fdir.h155 u8 ppp:1, member