Symbol: tipc_link
net/tipc/bcast.c
262
struct tipc_link *l = tipc_bc_sndlink(net);
net/tipc/bcast.c
436
int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb)
net/tipc/bcast.c
470
void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l,
net/tipc/bcast.c
498
int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
net/tipc/bcast.c
535
void tipc_bcast_add_peer(struct net *net, struct tipc_link *uc_l,
net/tipc/bcast.c
538
struct tipc_link *snd_l = tipc_bc_sndlink(net);
net/tipc/bcast.c
551
void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_l)
net/tipc/bcast.c
553
struct tipc_link *snd_l = tipc_bc_sndlink(net);
net/tipc/bcast.c
572
int tipc_bclink_reset_stats(struct net *net, struct tipc_link *l)
net/tipc/bcast.c
585
struct tipc_link *l = tipc_bc_sndlink(net);
net/tipc/bcast.c
65
struct tipc_link *link;
net/tipc/bcast.c
693
struct tipc_link *l = NULL;
net/tipc/bcast.h
102
struct tipc_link *bcl);
net/tipc/bcast.h
104
int tipc_bclink_reset_stats(struct net *net, struct tipc_link *l);
net/tipc/bcast.h
122
static inline struct tipc_link *tipc_bc_sndlink(struct net *net)
net/tipc/bcast.h
83
void tipc_bcast_add_peer(struct net *net, struct tipc_link *l,
net/tipc/bcast.h
85
void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl);
net/tipc/bcast.h
95
int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb);
net/tipc/bcast.h
96
void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l,
net/tipc/bcast.h
98
int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
net/tipc/core.h
121
struct tipc_link *bcl;
net/tipc/core.h
75
struct tipc_link;
net/tipc/link.c
1011
int tipc_link_xmit(struct tipc_link *l, struct sk_buff_head *list,
net/tipc/link.c
1104
static void tipc_link_update_cwin(struct tipc_link *l, int released,
net/tipc/link.c
1146
static void tipc_link_advance_backlog(struct tipc_link *l,
net/tipc/link.c
1195
static bool link_retransmit_failure(struct tipc_link *l, struct tipc_link *r,
net/tipc/link.c
1244
static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
1295
static int tipc_link_input(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
1340
static int tipc_link_tnl_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
1414
u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l,
net/tipc/link.c
1446
struct tipc_link *l, u8 start_index)
net/tipc/link.c
1492
static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr)
net/tipc/link.c
1494
struct tipc_link *bcl = l->bc_rcvlink;
net/tipc/link.c
1532
static int tipc_link_advance_transmq(struct tipc_link *l, struct tipc_link *r,
net/tipc/link.c
1688
int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
net/tipc/link.c
1712
void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
net/tipc/link.c
1732
static int tipc_link_build_nack_msg(struct tipc_link *l,
net/tipc/link.c
1762
int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
1832
static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
net/tipc/link.c
1839
struct tipc_link *bcl = l->bc_rcvlink;
net/tipc/link.c
1916
void tipc_link_create_dummy_tnl_msg(struct tipc_link *l,
net/tipc/link.c
1949
void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
net/tipc/link.c
206
struct tipc_link *bc_rcvlink;
net/tipc/link.c
207
struct tipc_link *bc_sndlink;
net/tipc/link.c
2104
void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
net/tipc/link.c
2131
bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr)
net/tipc/link.c
2174
static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
2332
static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast,
net/tipc/link.c
2363
static void tipc_link_build_bc_init_msg(struct tipc_link *l,
net/tipc/link.c
2377
void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr)
net/tipc/link.c
2404
int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
net/tipc/link.c
244
static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
246
static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
net/tipc/link.c
2461
int tipc_link_bc_ack_rcv(struct tipc_link *r, u16 acked, u16 gap,
net/tipc/link.c
2466
struct tipc_link *l = r->bc_sndlink;
net/tipc/link.c
2495
int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.c
250
static void link_print(struct tipc_link *l, const char *str);
net/tipc/link.c
251
static int tipc_link_build_nack_msg(struct tipc_link *l,
net/tipc/link.c
2529
void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win)
net/tipc/link.c
253
static void tipc_link_build_bc_init_msg(struct tipc_link *l,
net/tipc/link.c
2548
void tipc_link_reset_stats(struct tipc_link *l)
net/tipc/link.c
2553
static void link_print(struct tipc_link *l, const char *str)
net/tipc/link.c
256
struct tipc_link *l, u8 start_index);
net/tipc/link.c
257
static u16 tipc_build_gap_ack_blks(struct tipc_link *l, struct tipc_msg *hdr);
net/tipc/link.c
258
static int tipc_link_advance_transmq(struct tipc_link *l, struct tipc_link *r,
net/tipc/link.c
263
static void tipc_link_update_cwin(struct tipc_link *l, int released,
net/tipc/link.c
2670
struct tipc_link *link, int nlflags)
net/tipc/link.c
268
bool tipc_link_is_up(struct tipc_link *l)
net/tipc/link.c
273
bool tipc_link_peer_is_down(struct tipc_link *l)
net/tipc/link.c
278
bool tipc_link_is_reset(struct tipc_link *l)
net/tipc/link.c
2790
struct tipc_link *bcl)
net/tipc/link.c
283
bool tipc_link_is_establishing(struct tipc_link *l)
net/tipc/link.c
2862
void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
net/tipc/link.c
2872
void tipc_link_set_prio(struct tipc_link *l, u32 prio,
net/tipc/link.c
2879
void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit)
net/tipc/link.c
288
bool tipc_link_is_synching(struct tipc_link *l)
net/tipc/link.c
2897
int tipc_link_dump(struct tipc_link *l, u16 dqueues, char *buf)
net/tipc/link.c
293
bool tipc_link_is_failingover(struct tipc_link *l)
net/tipc/link.c
298
bool tipc_link_is_blocked(struct tipc_link *l)
net/tipc/link.c
303
static bool link_is_bc_sndlink(struct tipc_link *l)
net/tipc/link.c
308
static bool link_is_bc_rcvlink(struct tipc_link *l)
net/tipc/link.c
313
void tipc_link_set_active(struct tipc_link *l, bool active)
net/tipc/link.c
318
u32 tipc_link_id(struct tipc_link *l)
net/tipc/link.c
323
int tipc_link_min_win(struct tipc_link *l)
net/tipc/link.c
328
int tipc_link_max_win(struct tipc_link *l)
net/tipc/link.c
333
int tipc_link_prio(struct tipc_link *l)
net/tipc/link.c
338
unsigned long tipc_link_tolerance(struct tipc_link *l)
net/tipc/link.c
343
struct sk_buff_head *tipc_link_inputq(struct tipc_link *l)
net/tipc/link.c
348
char tipc_link_plane(struct tipc_link *l)
net/tipc/link.c
353
struct net *tipc_link_net(struct tipc_link *l)
net/tipc/link.c
358
void tipc_link_update_caps(struct tipc_link *l, u16 capabilities)
net/tipc/link.c
363
void tipc_link_add_bc_peer(struct tipc_link *snd_l,
net/tipc/link.c
364
struct tipc_link *uc_l,
net/tipc/link.c
367
struct tipc_link *rcv_l = uc_l->bc_rcvlink;
net/tipc/link.c
375
void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
net/tipc/link.c
376
struct tipc_link *rcv_l,
net/tipc/link.c
396
int tipc_link_bc_peers(struct tipc_link *l)
net/tipc/link.c
401
static u16 link_bc_rcv_gap(struct tipc_link *l)
net/tipc/link.c
413
void tipc_link_set_mtu(struct tipc_link *l, int mtu)
net/tipc/link.c
418
int tipc_link_mtu(struct tipc_link *l)
net/tipc/link.c
423
int tipc_link_mss(struct tipc_link *l)
net/tipc/link.c
432
u16 tipc_link_rcv_nxt(struct tipc_link *l)
net/tipc/link.c
437
u16 tipc_link_acked(struct tipc_link *l)
net/tipc/link.c
442
char *tipc_link_name(struct tipc_link *l)
net/tipc/link.c
447
u32 tipc_link_state(struct tipc_link *l)
net/tipc/link.c
480
struct tipc_link *bc_sndlink,
net/tipc/link.c
481
struct tipc_link *bc_rcvlink,
net/tipc/link.c
484
struct tipc_link **link)
net/tipc/link.c
488
struct tipc_link *l;
net/tipc/link.c
557
struct tipc_link *bc_sndlink,
net/tipc/link.c
558
struct tipc_link **link)
net/tipc/link.c
560
struct tipc_link *l;
net/tipc/link.c
601
int tipc_link_fsm_evt(struct tipc_link *l, int evt)
net/tipc/link.c
763
static void link_profile_stats(struct tipc_link *l)
net/tipc/link.c
809
bool tipc_link_too_silent(struct tipc_link *l)
net/tipc/link.c
816
int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
net/tipc/link.c
881
static int link_schedule_user(struct tipc_link *l, struct tipc_msg *hdr)
net/tipc/link.c
906
static void link_prepare_wakeup(struct tipc_link *l)
net/tipc/link.c
942
struct tipc_link *l)
net/tipc/link.c
950
void tipc_link_reset(struct tipc_link *l)
net/tipc/link.h
100
bool tipc_link_is_establishing(struct tipc_link *l);
net/tipc/link.h
101
bool tipc_link_is_synching(struct tipc_link *l);
net/tipc/link.h
102
bool tipc_link_is_failingover(struct tipc_link *l);
net/tipc/link.h
103
bool tipc_link_is_blocked(struct tipc_link *l);
net/tipc/link.h
104
void tipc_link_set_active(struct tipc_link *l, bool active);
net/tipc/link.h
105
void tipc_link_reset(struct tipc_link *l);
net/tipc/link.h
106
void tipc_link_reset_stats(struct tipc_link *l);
net/tipc/link.h
107
int tipc_link_xmit(struct tipc_link *link, struct sk_buff_head *list,
net/tipc/link.h
109
struct sk_buff_head *tipc_link_inputq(struct tipc_link *l);
net/tipc/link.h
110
u16 tipc_link_rcv_nxt(struct tipc_link *l);
net/tipc/link.h
111
u16 tipc_link_acked(struct tipc_link *l);
net/tipc/link.h
112
u32 tipc_link_id(struct tipc_link *l);
net/tipc/link.h
113
char *tipc_link_name(struct tipc_link *l);
net/tipc/link.h
114
u32 tipc_link_state(struct tipc_link *l);
net/tipc/link.h
115
char tipc_link_plane(struct tipc_link *l);
net/tipc/link.h
116
int tipc_link_prio(struct tipc_link *l);
net/tipc/link.h
117
int tipc_link_min_win(struct tipc_link *l);
net/tipc/link.h
118
int tipc_link_max_win(struct tipc_link *l);
net/tipc/link.h
119
void tipc_link_update_caps(struct tipc_link *l, u16 capabilities);
net/tipc/link.h
120
bool tipc_link_validate_msg(struct tipc_link *l, struct tipc_msg *hdr);
net/tipc/link.h
121
unsigned long tipc_link_tolerance(struct tipc_link *l);
net/tipc/link.h
122
void tipc_link_set_tolerance(struct tipc_link *l, u32 tol,
net/tipc/link.h
124
void tipc_link_set_prio(struct tipc_link *l, u32 prio,
net/tipc/link.h
126
void tipc_link_set_abort_limit(struct tipc_link *l, u32 limit);
net/tipc/link.h
127
void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win);
net/tipc/link.h
129
struct tipc_link *link, int nlflags);
net/tipc/link.h
131
int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
net/tipc/link.h
132
int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.h
134
int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
net/tipc/link.h
135
void tipc_link_add_bc_peer(struct tipc_link *snd_l,
net/tipc/link.h
136
struct tipc_link *uc_l,
net/tipc/link.h
138
void tipc_link_remove_bc_peer(struct tipc_link *snd_l,
net/tipc/link.h
139
struct tipc_link *rcv_l,
net/tipc/link.h
141
int tipc_link_bc_peers(struct tipc_link *l);
net/tipc/link.h
142
void tipc_link_set_mtu(struct tipc_link *l, int mtu);
net/tipc/link.h
143
int tipc_link_mtu(struct tipc_link *l);
net/tipc/link.h
144
int tipc_link_mss(struct tipc_link *l);
net/tipc/link.h
145
u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l,
net/tipc/link.h
147
int tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, u16 gap,
net/tipc/link.h
151
void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
net/tipc/link.h
152
int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
net/tipc/link.h
154
int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb,
net/tipc/link.h
156
bool tipc_link_too_silent(struct tipc_link *l);
net/tipc/link.h
157
struct net *tipc_link_net(struct tipc_link *l);
net/tipc/link.h
78
struct tipc_link *bc_sndlink,
net/tipc/link.h
79
struct tipc_link *bc_rcvlink,
net/tipc/link.h
82
struct tipc_link **link);
net/tipc/link.h
87
struct tipc_link *bc_sndlink,
net/tipc/link.h
88
struct tipc_link **link);
net/tipc/link.h
89
void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
net/tipc/link.h
91
void tipc_link_create_dummy_tnl_msg(struct tipc_link *tnl,
net/tipc/link.h
93
void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
net/tipc/link.h
95
void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
net/tipc/link.h
96
int tipc_link_fsm_evt(struct tipc_link *l, int evt);
net/tipc/link.h
97
bool tipc_link_is_up(struct tipc_link *l);
net/tipc/link.h
98
bool tipc_link_peer_is_down(struct tipc_link *l);
net/tipc/link.h
99
bool tipc_link_is_reset(struct tipc_link *l);
net/tipc/node.c
1066
struct tipc_link *l = le->link;
net/tipc/node.c
1175
struct tipc_link *l;
net/tipc/node.c
1520
struct tipc_link *l;
net/tipc/node.c
1571
struct tipc_link *link;
net/tipc/node.c
1836
struct tipc_link *ucl;
net/tipc/node.c
1940
struct tipc_link *l, *tnl, *pl = NULL;
net/tipc/node.c
195
static struct tipc_link *node_active_link(struct tipc_node *n, int sel)
net/tipc/node.c
2390
struct tipc_link *l;
net/tipc/node.c
2422
struct tipc_link *link;
net/tipc/node.c
2533
struct tipc_link *link;
net/tipc/node.c
2567
struct tipc_link *link;
net/tipc/node.c
473
struct tipc_link *l, *snd_l = tipc_bc_sndlink(net);
net/tipc/node.c
613
static void tipc_node_calculate_timer(struct tipc_node *n, struct tipc_link *l)
net/tipc/node.c
65
struct tipc_link *link;
net/tipc/node.c
73
struct tipc_link *link;
net/tipc/node.c
861
struct tipc_link *ol = node_active_link(n, 0);
net/tipc/node.c
862
struct tipc_link *nl = n->links[bearer_id].link;
net/tipc/node.c
958
static void tipc_node_link_failover(struct tipc_node *n, struct tipc_link *l,
net/tipc/node.c
959
struct tipc_link *tnl,
net/tipc/node.c
996
struct tipc_link *l, *_l, *tnl;
net/tipc/trace.h
132
int tipc_link_dump(struct tipc_link *l, u16 dqueues, char *buf);
net/tipc/trace.h
246
TP_PROTO(struct tipc_link *l, u16 dqueues, const char *header),
net/tipc/trace.h
268
TP_PROTO(struct tipc_link *l, u16 dqueues, const char *header), \
net/tipc/trace.h
277
TP_PROTO(struct tipc_link *l, u16 dqueues, const char *header), \
net/tipc/trace.h
284
TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),
net/tipc/trace.h
314
TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),
net/tipc/trace.h
320
TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),