Searched refs:bc_sndlink (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 78 struct tipc_link *bc_sndlink, 87 struct tipc_link *bc_sndlink,
|
H A D | link.c | 148 * @bc_sndlink: the namespace global link used for broadcast sending 222 struct tipc_link *bc_sndlink; member 327 return !l->bc_sndlink; in link_is_bc_sndlink() 488 * @bc_sndlink: the namespace global link used for broadcast sending 502 struct tipc_link *bc_sndlink, in tipc_link_create() 546 l->bc_sndlink = bc_sndlink; in tipc_link_create() 573 * @bc_sndlink: the namespace global link used for broadcast sending 581 struct tipc_link *bc_sndlink, in tipc_link_bc_create() 588 bc_sndlink, NUL in tipc_link_bc_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 577 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.h | 78 struct tipc_link *bc_sndlink, 87 struct tipc_link *bc_sndlink,
|
H A D | link.c | 194 struct tipc_link *bc_sndlink; member 299 return !l->bc_sndlink; in link_is_bc_sndlink() 461 * @bc_sndlink: the namespace global link used for broadcast sending 473 struct tipc_link *bc_sndlink, in tipc_link_create() 517 l->bc_sndlink = bc_sndlink; in tipc_link_create() 547 struct tipc_link *bc_sndlink, in tipc_link_bc_create() 554 bc_sndlink, NULL, inputq, namedq, link)) in tipc_link_bc_create() 813 u16 bc_snt = l->bc_sndlink->snd_nxt - 1; in tipc_link_timeout() 1860 msg_set_last_bcast(hdr, l->bc_sndlink in tipc_link_build_proto_msg() 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 543 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument [all...] |
Completed in 6 milliseconds