Searched refs:hp0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_bpf.c | 551 ng_bpf_setprog(hook_p hook, const struct ng_bpf_hookprog *hp0) in ng_bpf_setprog() argument 561 if (hp0->bpf_prog_len > bpf_maxinsns || in ng_bpf_setprog() 562 !bpf_validate(hp0->bpf_prog, hp0->bpf_prog_len)) in ng_bpf_setprog() 566 size = NG_BPF_HOOKPROG_SIZE(hp0->bpf_prog_len); in ng_bpf_setprog() 570 bcopy(hp0, hp, size); in ng_bpf_setprog()
|
H A D | ng_tag.c | 644 ng_tag_setdata_in(hook_p hook, const struct ng_tag_hookin *hp0) in ng_tag_setdata_in() argument 651 size = NG_TAG_HOOKIN_SIZE(hp0->tag_len); in ng_tag_setdata_in() 654 bcopy(hp0, hp, size); in ng_tag_setdata_in() 694 ng_tag_setdata_out(hook_p hook, const struct ng_tag_hookout *hp0) in ng_tag_setdata_out() argument 701 size = NG_TAG_HOOKOUT_SIZE(hp0->tag_len); in ng_tag_setdata_out() 704 bcopy(hp0, hp, size); in ng_tag_setdata_out()
|
/freebsd/usr.bin/xstr/ |
H A D | xstr.c | 333 struct hash *hp, *hp0; in hashit() local 335 hp = hp0 = &bucket[lastchr(str) & 0177]; in hashit() 348 hp->hnext = hp0->hnext; in hashit() 350 hp0->hnext = hp; in hashit()
|
/freebsd/share/doc/smm/02.config/ |
H A D | spell.ok | 168 hp0
|