Home
last modified time | relevance | path

Searched refs:dports (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dname_table.h120 u32 scope, bool exact, struct list_head *dports);
H A Dname_table.c643 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup()
658 tipc_dest_push(dports, 0, p->port); in tipc_nametbl_mc_lookup()
642 tipc_nametbl_mc_lookup(struct net *net, u32 type, u32 lower, u32 upper, u32 scope, bool exact, struct list_head *dports) tipc_nametbl_mc_lookup() argument
H A Dsocket.c1186 struct list_head dports; in tipc_sk_mcast_rcv() local
1192 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()
1233 scope, exact, &dports); in tipc_sk_mcast_rcv()
1236 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.h118 struct list_head *dports);
H A Dname_table.c676 struct list_head *dports) in tipc_nametbl_lookup_mcast_sockets()
692 tipc_dest_push(dports, 0, p->sk.ref); in tipc_nametbl_lookup_mcast_sockets()
675 tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua, struct list_head *dports) tipc_nametbl_lookup_mcast_sockets() argument
H A Dsocket.c1202 struct list_head dports; in tipc_sk_mcast_rcv() local
1208 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()
1246 tipc_nametbl_lookup_mcast_sockets(net, &ua, &dports); in tipc_sk_mcast_rcv()
1249 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dport.c527 xa_destroy(&port->dports); in cxl_port_release()
686 xa_init(&port->dports); in cxl_port_alloc()
908 xa_for_each(&port->dports, index, dport) in find_dport()
929 rc = xa_insert(&port->dports, (unsigned long)dport->dport_dev, dport, in add_dport()
939 * Since root-level CXL dports cannot be enumerated by PCI they are not
941 * dport add/remove. Instead, root dports are manually added by a
962 xa_erase(&port->dports, (unsigned long) dport->dport_dev); in cxl_dport_remove()
1067 * Note that dports are appended to the devm release action's of the
1294 * devm action registration order, and for dports to have already been
1311 xa_for_each(&port->dports, inde in reap_dports()
[all...]
H A Dhdm.c62 xa_for_each(&port->dports, index, dport) in devm_cxl_add_passthrough_decoder()
/kernel/linux/linux-6.6/drivers/cxl/
H A Dcxl.h568 * @dports: cxl_dport instances referenced by decoders
574 * @nr_dports: number of entries in @dports
588 struct xarray dports; member
610 return xa_load(&port->dports, (unsigned long)dport_dev); in cxl_find_dport_by_dev()

Completed in 19 milliseconds