Home
last modified time | relevance | path

Searched refs:msg_max_pkt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/tipc/
Dmsg.h745 static inline u32 msg_max_pkt(struct tipc_msg *m) in msg_max_pkt() function
Dlink.c1465 if (l_ptr->mtu > msg_max_pkt(msg)) in tipc_link_proto_rcv()
1466 l_ptr->mtu = msg_max_pkt(msg); in tipc_link_proto_rcv()