Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dudp_media.h51 if (mtu >= (TIPC_MIN_BEARER_MTU + sizeof(struct iphdr) + in tipc_udp_mtu_bad()
Dbearer.h64 #define TIPC_MIN_BEARER_MTU (MAX_H_SIZE + INT_H_SIZE) macro
260 if (dev->mtu >= TIPC_MIN_BEARER_MTU) in tipc_mtu_bad()
Dbearer.c548 int mtu = TIPC_MIN_BEARER_MTU; in tipc_bearer_min_mtu()
1160 b->encap_hlen + TIPC_MIN_BEARER_MTU) { in __tipc_nl_bearer_set()