Lines Matching +full:link +full:- +full:loss +full:- +full:low
4 * Copyright (c) 1996-2006, 2013-2016, Ericsson AB
5 * Copyright (c) 2005, 2010-2011, Wind River Systems
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
48 * - address info field is 32 bytes long
49 * - the field's actual content and length is defined per media
50 * - remaining unused bytes in the field are set to zero
72 * struct tipc_media_addr - destination address used by TIPC bearers
75 * @broadcast: non-zero if address is a broadcast address
86 * struct tipc_media - Media specific info exposed to generic bearer layer
94 * @priority: default link (and bearer) priority
95 * @tolerance: default time (in ms) before declaring link failure
96 * @window: default window (in packets) before declaring link congestion
131 * struct tipc_bearer - Generic TIPC bearer structure
132 * @media_ptr: pointer to additional media-specific information about bearer
134 * @addr: media-specific address associated with bearer
140 * @priority: default link priority for bearer
142 * @tolerance: default link tolerance for bearer
145 * @link_req: ptr to (optional) structure making periodic link setup requests
148 * Note: media-specific code is responsible for initialization of the fields
248 if (unlikely(dev_nit_active(net->loopback_dev))) in tipc_loopback_trace()
252 /* check if device MTU is too low for tipc headers */
255 if (dev->mtu >= TIPC_MIN_BEARER_MTU + reserve) in tipc_mtu_bad()
257 netdev_warn(dev, "MTU too low for tipc bearer\n"); in tipc_mtu_bad()