Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_bpf.c95 typedef struct ng_bpf_hookinfo *hinfo_p; typedef
244 hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_addrefs()
257 hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_remrefs()
273 hinfo_p hip; in ng_bpf_newhook()
349 hp = ((hinfo_p)NG_HOOK_PRIVATE(hook))->prog; in ng_bpf_rcvmsg()
374 stats = &((hinfo_p)NG_HOOK_PRIVATE(hook))->stats; in ng_bpf_rcvmsg()
414 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_rcvdata()
418 hinfo_p dhip; in ng_bpf_rcvdata()
523 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_disconnect()
553 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_bpf_setprog()
H A Dng_tag.c112 typedef struct ng_tag_hookinfo *hinfo_p; typedef
302 hinfo_p hip; in ng_tag_newhook()
414 hp = ((hinfo_p)NG_HOOK_PRIVATE(hook))->in; in ng_tag_rcvmsg()
438 hp = ((hinfo_p)NG_HOOK_PRIVATE(hook))->out; in ng_tag_rcvmsg()
463 stats = &((hinfo_p)NG_HOOK_PRIVATE(hook))->stats; in ng_tag_rcvmsg()
505 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_tag_rcvdata()
508 hinfo_p dhip; in ng_tag_rcvdata()
610 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_tag_disconnect()
617 hinfo_p priv = NG_HOOK_PRIVATE(hook2); in ng_tag_disconnect()
646 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ng_tag_setdata_in()
[all …]
H A Dng_hole.c60 typedef struct ng_hole_hookinfo *hinfo_p; typedef
130 hinfo_p hip; in ngh_newhook()
170 stats = &((hinfo_p)NG_HOOK_PRIVATE(hook))->stats; in ngh_rcvmsg()
205 const hinfo_p hip = NG_HOOK_PRIVATE(hook); in ngh_rcvdata()