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

/freebsd-current/usr.sbin/ngctl/
H A Ddot.c144 struct hooklist *hlist; local
165 hlist = (struct hooklist *)hlresp->data;
166 ninfo = &hlist->nodeinfo;
177 hlist->link[j].ourhook, hlist->link[j].ourhook);
185 hlist->link[j].ourhook);
191 if (hlist->link[j].nodeinfo.id > nlist->nodeinfo[i].id)
195 (uintmax_t)hlist->link[j].nodeinfo.id,
197 hlist->link[j].ourhook,
198 hlist
[all...]
H A Dshow.c65 struct hooklist *hlist; local
106 hlist = (struct hooklist *) resp->data;
107 ninfo = &hlist->nodeinfo;
120 struct linkinfo *const link = &hlist->link[k];
121 struct nodeinfo *const peer = &hlist->link[k].nodeinfo;
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Deswitch.h43 struct hlist_node hlist; member in struct:l2addr_node
49 hlist_for_each_entry_safe(hn, tmp, &hash[i], hlist)
56 hlist_for_each_entry(ptr, &hash[ix], node.hlist) \
73 hlist_add_head(&ptr->node.hlist, &hash[ix]);\
79 hlist_del(&ptr->node.hlist); \
/freebsd-current/sbin/ipf/ippool/
H A Dippool_y.y677 alist_t *a, *hlist;
680 hlist = load_url(url);
684 hlist = calloc(1, sizeof(*hlist));
685 if (hlist == NULL)
688 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
696 for (a = hlist; a != NULL; a = a->al_next) {
712 alist_free(hlist);
722 alist_t *a, *hlist;
[all...]
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c544 EFI_HANDLE *hlist; local
548 hlist = NULL;
549 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
558 EFI_HANDLE *hlist; local
567 hlist = NULL;
568 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
570 hlist = malloc(hsize);
571 if (hlist == NULL)
574 hlist);
576 free(hlist);
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dnetgraph.c458 const struct hooklist *hlist; local
597 hlist = (const struct hooklist *)resp->data;
598 ninfo = &hlist->nodeinfo;
605 nlink = &hlist->link[f];
666 hlist = (const struct hooklist *)resp->data;
667 ninfo = &hlist->nodeinfo;
H A Dether.c445 const struct hooklist *hlist; local
539 hlist = (const struct hooklist *)resp->data;
540 ninfo = &hlist->nodeinfo;
555 nlink = &hlist->link[f];
/freebsd-current/contrib/libpcap/
H A Dnametoaddr.c161 static bpf_u_int32 *hlist[2]; local
184 hlist[0] = (bpf_u_int32 *)hp->h_addr; local
186 return hlist;
/freebsd-current/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-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c102 LIST_ENTRY(mlx5e_eth_addr_hash_node) hlist;
123 LIST_FOREACH(hn, &hash[ix], hlist) {
131 LIST_INSERT_HEAD(&hash[ix], hn_new, hlist);
138 LIST_REMOVE(hn, hlist);
918 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
949 LIST_REMOVE(hn, hlist);
950 LIST_INSERT_HEAD(uh, hn, hlist);
962 LIST_REMOVE(hn, hlist);
1013 LIST_INSERT_HEAD(&head_free, hn, hlist);
/freebsd-current/sys/dev/irdma/
H A Dirdma_cm.h270 struct hlist_node hlist; member in struct:irdma_apbvt_entry
H A Dirdma_hw.c2275 HASH_FOR_EACH_POSSIBLE(cm_core->apbvt_hash_tbl, entry, hlist, port) {
2483 HASH_ADD(cm_core->apbvt_hash_tbl, &entry->hlist, entry->port);
2512 HASH_DEL(cm_core->apbvt_hash_tbl, &entry->hlist);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c311 INIT_HLIST_NODE(&context->mn.hlist);
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Den.h659 struct hlist_node hlist; member in struct:mlx4_mac_entry
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h137 struct hlist_node hlist; member in struct:ath10k_skb_rxcb
H A Dhtt_rx.c34 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr)
50 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) {
55 hash_del(&rxcb->hlist);
191 &ATH10K_SKB_RXCB(skb)->hlist,
480 hash_del(&rxcb->hlist);

Completed in 188 milliseconds