Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_message.h243 struct linkinfo { struct
259 struct linkinfo link[]; /* info about each hook */ argument
/f-stack/freebsd/netgraph/
H A Dng_message.h241 struct linkinfo { struct
257 struct linkinfo link[]; /* info about each hook */ argument
H A Dng_base.c426 DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type));
2619 (nhooks * sizeof(struct linkinfo)), M_NOWAIT); in ng_generic_msg()
2636 struct linkinfo *const link = &hl->link[ni->hooks]; in ng_generic_msg()
/f-stack/tools/ngctl/
H A Dshow.c122 struct linkinfo *const link = &hlist->link[k]; in ShowCmd()
/f-stack/lib/
H A Dff_ng_base.c430 DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type));
2639 (nhooks * sizeof(struct linkinfo)), M_NOWAIT); in ng_generic_msg()
2656 struct linkinfo *const link = &hl->link[ni->hooks]; in ng_generic_msg()