Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c2202 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() local
2241 msg_max = msg_max_pkt(hdr); in tipc_link_proto_rcv()
2242 if (msg_max < tipc_bearer_min_mtu(l->net, l->bearer_id)) in tipc_link_proto_rcv()
2288 if (l->mtu > msg_max) in tipc_link_proto_rcv()
2289 l->mtu = msg_max; in tipc_link_proto_rcv()