Searched refs:hlist (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/usr.sbin/ngctl/
H A Ddot.c146 struct hooklist *hlist; local
167 hlist = (struct hooklist *)hlresp->data;
168 ninfo = &hlist->nodeinfo;
179 hlist->link[j].ourhook, hlist->link[j].ourhook);
187 hlist->link[j].ourhook);
193 if (hlist->link[j].nodeinfo.id > nlist->nodeinfo[i].id)
197 (uintmax_t)hlist->link[j].nodeinfo.id,
199 hlist->link[j].ourhook,
200 hlist
[all...]
H A Dshow.c67 struct hooklist *hlist; local
108 hlist = (struct hooklist *) resp->data;
109 ninfo = &hlist->nodeinfo;
122 struct linkinfo *const link = &hlist->link[k];
123 struct nodeinfo *const peer = &hlist->link[k].nodeinfo;
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h45 struct hlist_node hlist; member in struct:l2addr_node
51 hlist_for_each_entry_safe(hn, tmp, &hash[i], hlist)
58 hlist_for_each_entry(ptr, &hash[ix], node.hlist) \
75 hlist_add_head(&ptr->node.hlist, &hash[ix]);\
81 hlist_del(&ptr->node.hlist); \
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool_y.y683 alist_t *a, *hlist;
686 hlist = load_url(url);
690 hlist = calloc(1, sizeof(*hlist));
691 if (hlist == NULL)
694 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
702 for (a = hlist; a != NULL; a = a->al_next) {
718 alist_free(hlist);
729 alist_t *a, *hlist;
[all...]
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c542 EFI_HANDLE *hlist; local
551 hlist = NULL;
552 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
554 hlist = malloc(hsize);
555 if (hlist == NULL)
558 hlist);
560 free(hlist);
565 nhandles = hsize / sizeof(*hlist);
570 gop_handle = *hlist;
574 status = OpenProtocolByHandle(hlist[
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dnetgraph.c460 const struct hooklist *hlist; local
599 hlist = (const struct hooklist *)resp->data;
600 ninfo = &hlist->nodeinfo;
607 nlink = &hlist->link[f];
668 hlist = (const struct hooklist *)resp->data;
669 ninfo = &hlist->nodeinfo;
H A Dether.c447 const struct hooklist *hlist; local
541 hlist = (const struct hooklist *)resp->data;
542 ninfo = &hlist->nodeinfo;
557 nlink = &hlist->link[f];
/freebsd-13-stable/contrib/libpcap/
H A Dnametoaddr.c160 static bpf_u_int32 *hlist[2]; local
167 hlist[0] = (bpf_u_int32 *)hp->h_addr;
169 return hlist;
/freebsd-13-stable/libexec/pppoed/
H A Dpppoed.c120 const struct hooklist *hlist; local
155 hlist = (const struct hooklist *)resp->data;
156 ninfo = &hlist->nodeinfo;
171 nlink = &hlist->link[f];
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c56 LIST_ENTRY(mlx5e_eth_addr_hash_node) hlist;
75 LIST_FOREACH(hn, &hash[ix], hlist) {
83 LIST_INSERT_HEAD(&hash[ix], hn_new, hlist);
90 LIST_REMOVE(hn, hlist);
742 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
773 LIST_REMOVE(hn, hlist);
774 LIST_INSERT_HEAD(uh, hn, hlist);
786 LIST_REMOVE(hn, hlist);
837 LIST_INSERT_HEAD(&head_free, hn, hlist);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c313 INIT_HLIST_NODE(&context->mn.hlist);
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Den.h652 struct hlist_node hlist; member in struct:mlx4_mac_entry

Completed in 139 milliseconds