Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ngctl/
H A Ddot.c144 struct hooklist *hlist; in DotCmd() local
165 hlist = (struct hooklist *)hlresp->data; in DotCmd()
166 ninfo = &hlist->nodeinfo; in DotCmd()
177 hlist->link[j].ourhook, hlist->link[j].ourhook); in DotCmd()
185 hlist->link[j].ourhook); in DotCmd()
195 (uintmax_t)hlist->link[j].nodeinfo.id, in DotCmd()
197 hlist->link[j].ourhook, in DotCmd()
198 hlist->link[j].peerhook); in DotCmd()
202 hlist->link[j].ourhook, in DotCmd()
203 (uintmax_t)hlist->link[j].nodeinfo.id, in DotCmd()
[all …]
H A Dshow.c65 struct hooklist *hlist; in ShowCmd() local
106 hlist = (struct hooklist *) resp->data; in ShowCmd()
107 ninfo = &hlist->nodeinfo; in ShowCmd()
120 struct linkinfo *const link = &hlist->link[k]; in ShowCmd()
121 struct nodeinfo *const peer = &hlist->link[k].nodeinfo; in ShowCmd()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y677 alist_t *a, *hlist; in add_htablehosts() local
680 hlist = load_url(url); in add_htablehosts()
684 hlist = calloc(1, sizeof(*hlist)); in add_htablehosts()
685 if (hlist == NULL) in add_htablehosts()
688 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_htablehosts()
712 alist_free(hlist); in add_htablehosts()
722 alist_t *a, *hlist; in add_poolhosts() local
729 hlist = calloc(1, sizeof(*hlist)); in add_poolhosts()
730 if (hlist == NULL) in add_poolhosts()
733 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_poolhosts()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Deswitch.h43 struct hlist_node hlist; member
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/stand/efi/loader/
H A Dframebuffer.c544 EFI_HANDLE *hlist; in efi_has_gop() local
548 hlist = NULL; in efi_has_gop()
558 EFI_HANDLE *hlist; in efi_find_framebuffer() local
567 hlist = NULL; in efi_find_framebuffer()
570 hlist = malloc(hsize); in efi_find_framebuffer()
571 if (hlist == NULL) in efi_find_framebuffer()
574 hlist); in efi_find_framebuffer()
576 free(hlist); in efi_find_framebuffer()
601 gop_handle = hlist[i]; in efi_find_framebuffer()
605 gop_handle = hlist[i]; in efi_find_framebuffer()
[all …]
/freebsd/usr.sbin/ppp/
H A Dnetgraph.c458 const struct hooklist *hlist; in ng_Create() local
597 hlist = (const struct hooklist *)resp->data; in ng_Create()
598 ninfo = &hlist->nodeinfo; in ng_Create()
605 nlink = &hlist->link[f]; in ng_Create()
666 hlist = (const struct hooklist *)resp->data; in ng_Create()
667 ninfo = &hlist->nodeinfo; in ng_Create()
H A Dether.c445 const struct hooklist *hlist; in ether_Create() local
539 hlist = (const struct hooklist *)resp->data; in ether_Create()
540 ninfo = &hlist->nodeinfo; in ether_Create()
555 nlink = &hlist->link[f]; in ether_Create()
/freebsd/contrib/libpcap/
H A Dnametoaddr.c161 static bpf_u_int32 *hlist[2]; in pcap_nametoaddr() local
184 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr() local
186 return hlist; in pcap_nametoaddr()
/freebsd/libexec/pppoed/
H A Dpppoed.c118 const struct hooklist *hlist; in ConfigureNode() local
153 hlist = (const struct hooklist *)resp->data; in ConfigureNode()
154 ninfo = &hlist->nodeinfo; in ConfigureNode()
169 nlink = &hlist->link[f]; in ConfigureNode()
/freebsd/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) { in mlx5e_add_eth_addr_to_hash()
131 LIST_INSERT_HEAD(&hash[ix], hn_new, hlist); in mlx5e_add_eth_addr_to_hash()
138 LIST_REMOVE(hn, hlist); in mlx5e_del_eth_addr_from_hash()
918 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
949 LIST_REMOVE(hn, hlist); in mlx5e_move_hn()
950 LIST_INSERT_HEAD(uh, hn, hlist); in mlx5e_move_hn()
962 LIST_REMOVE(hn, hlist); in mlx5e_remove_hn()
1013 LIST_INSERT_HEAD(&head_free, hn, hlist); in mlx5e_sync_ifp_addr()
/freebsd/sys/dev/irdma/
H A Dirdma_cm.h270 struct hlist_node hlist; member
H A Dirdma_hw.c2275 HASH_FOR_EACH_POSSIBLE(cm_core->apbvt_hash_tbl, entry, hlist, port) { in irdma_lookup_apbvt_entry()
2483 HASH_ADD(cm_core->apbvt_hash_tbl, &entry->hlist, entry->port); in irdma_add_apbvt()
2512 HASH_DEL(cm_core->apbvt_hash_tbl, &entry->hlist); in irdma_del_apbvt()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c311 INIT_HLIST_NODE(&context->mn.hlist); in ib_umem_odp_get()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h659 struct hlist_node hlist; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h137 struct hlist_node hlist; member
H A Dhtt_rx.c34 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr()
50 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) { in ath10k_htt_rx_ring_free()
55 hash_del(&rxcb->hlist); in ath10k_htt_rx_ring_free()
191 &ATH10K_SKB_RXCB(skb)->hlist, in __ath10k_htt_rx_ring_fill_n()
480 hash_del(&rxcb->hlist); in ath10k_htt_rx_pop_paddr()