Lines Matching defs:tipc_link
124 struct tipc_link { struct
125 u32 addr;
126 char name[TIPC_MAX_LINK_NAME];
127 struct net *net;
130 u16 peer_session;
131 u16 session;
132 u16 snd_nxt_state;
133 u16 rcv_nxt_state;
134 u32 peer_bearer_id;
135 u32 bearer_id;
136 u32 tolerance;
137 u32 abort_limit;
138 u32 state;
139 u16 peer_caps;
140 bool in_session;
141 bool active;
142 u32 silent_intv_cnt;
143 char if_name[TIPC_MAX_IF_NAME];
144 u32 priority;
145 char net_plane;
146 struct tipc_mon_state mon_state;
147 u16 rst_cnt;
150 u16 drop_point;
151 struct sk_buff *failover_reasm_skb;
152 struct sk_buff_head failover_deferdq;
155 u16 mtu;
156 u16 advertised_mtu;
159 struct sk_buff_head transmq;
160 struct sk_buff_head backlogq;
161 struct {
165 } backlog[5];
166 u16 snd_nxt;
169 u16 rcv_nxt;
193 struct tipc_link *bc_rcvlink; argument
194 struct tipc_link *bc_sndlink; argument
195 u8 nack_state;
196 bool bc_peer_is_up;
199 struct tipc_stats stats;