snd_l 524 net/tipc/bcast.c struct tipc_link *snd_l = tipc_bc_sndlink(net); snd_l 527 net/tipc/bcast.c tipc_link_add_bc_peer(snd_l, uc_l, xmitq); snd_l 539 net/tipc/bcast.c struct tipc_link *snd_l = tipc_bc_sndlink(net); snd_l 546 net/tipc/bcast.c tipc_link_remove_bc_peer(snd_l, rcv_l, &xmitq); snd_l 340 net/tipc/link.c void tipc_link_add_bc_peer(struct tipc_link *snd_l, snd_l 346 net/tipc/link.c snd_l->ackers++; snd_l 347 net/tipc/link.c rcv_l->acked = snd_l->snd_nxt - 1; snd_l 348 net/tipc/link.c snd_l->state = LINK_ESTABLISHED; snd_l 352 net/tipc/link.c void tipc_link_remove_bc_peer(struct tipc_link *snd_l, snd_l 356 net/tipc/link.c u16 ack = snd_l->snd_nxt - 1; snd_l 358 net/tipc/link.c snd_l->ackers--; snd_l 365 net/tipc/link.c if (!snd_l->ackers) { snd_l 366 net/tipc/link.c trace_tipc_link_reset(snd_l, TIPC_DUMP_ALL, "zero ackers!"); snd_l 367 net/tipc/link.c tipc_link_reset(snd_l); snd_l 368 net/tipc/link.c snd_l->state = LINK_RESET; snd_l 2164 net/tipc/link.c struct tipc_link *snd_l = l->bc_sndlink; snd_l 2189 net/tipc/link.c rc = tipc_link_bc_retrans(snd_l, l, from, to, xmitq); snd_l 2229 net/tipc/link.c struct tipc_link *snd_l = l->bc_sndlink; snd_l 2237 net/tipc/link.c trace_tipc_link_bc_ack(l, l->acked, acked, &snd_l->transmq); snd_l 2239 net/tipc/link.c skb_queue_walk(&snd_l->transmq, skb) { snd_l 2245 net/tipc/link.c skb_queue_walk_from_safe(&snd_l->transmq, skb, tmp) { snd_l 2249 net/tipc/link.c __skb_unlink(skb, &snd_l->transmq); snd_l 2254 net/tipc/link.c tipc_link_advance_backlog(snd_l, xmitq); snd_l 2255 net/tipc/link.c if (unlikely(!skb_queue_empty(&snd_l->wakeupq))) snd_l 2256 net/tipc/link.c link_prepare_wakeup(snd_l); snd_l 135 net/tipc/link.h void tipc_link_add_bc_peer(struct tipc_link *snd_l, snd_l 138 net/tipc/link.h void tipc_link_remove_bc_peer(struct tipc_link *snd_l,