Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_bridge.c442 hent->host.addr, in ng_bridge_rcvmsg()
557 hent->host.addr, in ng_bridge_rcvmsg()
883 struct ng_bridge_hent *hent; in ng_bridge_get() local
887 return (&hent->host); in ng_bridge_get()
901 struct ng_bridge_hent *hent; in ng_bridge_put() local
912 hent = malloc(sizeof(*hent), M_NETGRAPH_BRIDGE, M_NOWAIT); in ng_bridge_put()
913 if (hent == NULL) in ng_bridge_put()
916 hent->host.link = link; in ng_bridge_put()
917 hent->host.staleness = 0; in ng_bridge_put()
918 hent->host.age = 0; in ng_bridge_put()
[all …]