Home
last modified time | relevance | path

Searched refs:tipc_node_get_mtu (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/tipc/
H A Dnode.h111 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected);
H A Dname_distr.c156 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute()
H A Dsocket.c927 mtu = tipc_node_get_mtu(net, dnode, tsk->portid, false); in tipc_send_group_msg()
1505 mtu = tipc_node_get_mtu(net, skaddr.node, tsk->portid, true); in __tipc_sendmsg()
1679 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid, true); in tipc_sk_finish_conn()
H A Dnode.c207 int tipc_node_get_mtu(struct net *net, u32 addr, u32 sel, bool connected) in tipc_node_get_mtu() function