Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.h1041 static inline u32 msg_max_pkt(struct tipc_msg *m) in msg_max_pkt() function
H A Dlink.c2250 if (l->mtu > msg_max_pkt(hdr)) in tipc_link_proto_rcv()
2251 l->mtu = msg_max_pkt(hdr); in tipc_link_proto_rcv()