Searched refs:tipc_node_get_mtu (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/tipc/ | 
| D | node.h | 111 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected);
 | 
| D | name_distr.c | 164 	u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) /  in named_distribute()
 | 
| D | socket.c | 925 	mtu = tipc_node_get_mtu(net, dnode, tsk->portid, false);  in tipc_send_group_msg()1501 	mtu = tipc_node_get_mtu(net, skaddr.node, tsk->portid, true);  in __tipc_sendmsg()
 1675 	tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid, true);  in tipc_sk_finish_conn()
 
 | 
| D | node.c | 207 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected)  in tipc_node_get_mtu()  function
 |