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

/freebsd-11-stable/usr.sbin/ngctl/
H A Ddot.c134 struct hooklist *hlist; local
155 hlist = (struct hooklist *)hlresp->data;
156 ninfo = &hlist->nodeinfo;
166 hlist->link[j].ourhook, hlist->link[j].ourhook);
174 hlist->link[j].ourhook);
179 if (hlist->link[j].nodeinfo.id > nlist->nodeinfo[i].id)
183 hlist->link[j].ourhook,
184 (uintmax_t)hlist->link[j].nodeinfo.id,
185 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-11-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-11-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-11-stable/contrib/libreadline/
H A Disearch.c205 HIST_ENTRY **hlist; local
215 hlist = history_list ();
218 if (hlist)
219 for (i = 0; hlist[i]; i++);
225 cxt->lines[i] = hlist[i]->line;
/freebsd-11-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-11-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-11-stable/libexec/pppoed/
H A Dpppoed.c118 const struct hooklist *hlist; local
153 hlist = (const struct hooklist *)resp->data;
154 ninfo = &hlist->nodeinfo;
169 nlink = &hlist->link[f];
/freebsd-11-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);
833 LIST_INSERT_HEAD(&head_free, hn, hlist);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c313 INIT_HLIST_NODE(&context->mn.hlist);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h651 struct hlist_node hlist; member in struct:mlx4_mac_entry

Completed in 107 milliseconds