Searched refs:net_plane (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 75 int tolerance, char net_plane, u32 mtu, int priority,
|
H A D | bearer.h | 148 * @net_plane: network plane ('A' through 'H') currently associated with bearer 173 char net_plane; member
|
H A D | link.c | 100 * @net_plane: current link network plane ('A' through 'H') 173 char net_plane; member 372 return l->net_plane; in tipc_link_plane() 480 * @net_plane: network plane (A,B,c..) this link belongs to 499 int tolerance, char net_plane, u32 mtu, int priority, in tipc_link_create() 540 l->net_plane = net_plane; in tipc_link_create() 1891 msg_set_net_plane(hdr, l->net_plane); in tipc_link_build_proto_msg() 2225 l->net_plane = msg_net_plane(hdr); in tipc_link_proto_rcv() 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
|
H A D | bearer.c | 340 b->net_plane = bearer_id + 'A'; in tipc_enable_bearer()
|
H A D | node.c | 1282 b->net_plane, b->mtu, b->priority, in tipc_node_check_dest()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bearer.h | 148 * @net_plane: network plane ('A' through 'H') currently associated with bearer 173 char net_plane; member
|
H A D | link.h | 75 int tolerance, char net_plane, u32 mtu, int priority,
|
H A D | link.c | 100 * @net_plane: current link network plane ('A' through 'H') 145 char net_plane; member 344 return l->net_plane; in tipc_link_plane() 452 * @net_plane: network plane (A,B,c..) this link belongs to 470 int tolerance, char net_plane, u32 mtu, int priority, in tipc_link_create() 511 l->net_plane = net_plane; in tipc_link_create() 1855 msg_set_net_plane(hdr, l->net_plane); in tipc_link_build_proto_msg() 2189 l->net_plane = msg_net_plane(hdr); in tipc_link_proto_rcv() 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
|
H A D | bearer.c | 332 b->net_plane = bearer_id + 'A'; in tipc_enable_bearer()
|
H A D | node.c | 1255 b->net_plane, b->mtu, b->priority, in tipc_node_check_dest()
|
Completed in 20 milliseconds