Lines Matching defs:list
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
82 * #cong_links: list of congested links
83 * @publications: list of publications for port
1025 /* Start over if destination was not in member list */
1231 /* Create destination port list: */
2417 * @inputq: list of incoming buffers with potentially different destinations
2472 * @inputq: buffer list containing the buffers
2473 * Consumes all buffers in list until inputq is empty
2819 struct sk_buff_head *list)
2839 __skb_queue_tail(list, skb);
2844 static void tipc_sk_retry_connect(struct sock *sk, struct sk_buff_head *list)
2855 tipc_msg_skb_clone(&sk->sk_write_queue, list);
2863 struct sk_buff_head list;
2866 __skb_queue_head_init(&list);
2878 tipc_sk_check_probing_state(sk, &list);
2880 tipc_sk_retry_connect(sk, &list);
2884 if (!skb_queue_empty(&list))
2885 rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid);