Searched refs:bc_rcvlink (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 193 struct tipc_link *bc_rcvlink; member 304 return ((l->bc_rcvlink == l) && !link_is_bc_sndlink(l)); in link_is_bc_rcvlink() 361 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() 462 * @bc_rcvlink: the peer specific link used for broadcast reception 474 struct tipc_link *bc_rcvlink, in tipc_link_create() 509 if (bc_rcvlink) in tipc_link_create() 510 bc_rcvlink->tolerance = tolerance; in tipc_link_create() 518 l->bc_rcvlink = bc_rcvlink; in tipc_link_create() 574 l->bc_rcvlink in tipc_link_bc_create() 469 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument [all...] |
H A D | link.h | 79 struct tipc_link *bc_rcvlink,
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 147 * @bc_rcvlink: the peer specific link used for broadcast reception 221 struct tipc_link *bc_rcvlink; member 332 return ((l->bc_rcvlink == l) && !link_is_bc_sndlink(l)); in link_is_bc_rcvlink() 389 struct tipc_link *rcv_l = uc_l->bc_rcvlink; in tipc_link_add_bc_peer() 489 * @bc_rcvlink: the peer specific link used for broadcast reception 503 struct tipc_link *bc_rcvlink, in tipc_link_create() 538 if (bc_rcvlink) in tipc_link_create() 539 bc_rcvlink->tolerance = tolerance; in tipc_link_create() 547 l->bc_rcvlink = bc_rcvlink; in tipc_link_create() 498 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument [all...] |
H A D | link.h | 79 struct tipc_link *bc_rcvlink,
|
Completed in 10 milliseconds