Searched refs:net_plane (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/tipc/
H A Dlink.h75 int tolerance, char net_plane, u32 mtu, int priority,
H A Dbearer.h148 * @net_plane: network plane ('A' through 'H') currently associated with bearer
173 char net_plane; member in struct:tipc_bearer
H A Dlink.c95 * @net_plane: current link network plane ('A' through 'H')
158 char net_plane; member in struct:tipc_link
357 return l->net_plane;
465 * @net_plane: network plane (A,B,c..) this link belongs to
484 int tolerance, char net_plane, u32 mtu, int priority,
525 l->net_plane = net_plane;
1876 msg_set_net_plane(hdr, l->net_plane);
2210 l->net_plane = msg_net_plane(hdr);
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
H A Dbearer.c340 b->net_plane = bearer_id + 'A';
H A Dnode.c1280 b->net_plane, b->mtu, b->priority,

Completed in 127 milliseconds