Searched refs:bc_sndlink (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/tipc/
H A Dlink.h78 struct tipc_link *bc_sndlink,
87 struct tipc_link *bc_sndlink,
H A Dlink.c133 * @bc_sndlink: the namespace global link used for broadcast sending
207 struct tipc_link *bc_sndlink; member in struct:tipc_link
312 return !l->bc_sndlink;
473 * @bc_sndlink: the namespace global link used for broadcast sending
487 struct tipc_link *bc_sndlink,
531 l->bc_sndlink = bc_sndlink;
558 * @bc_sndlink: the namespace global link used for broadcast sending
566 struct tipc_link *bc_sndlink,
573 bc_sndlink, NUL
483 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) argument
562 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) argument
[all...]

Completed in 115 milliseconds