Searched refs:to_free_list (Results 1 – 2 of 2) sorted by relevance
90 struct sk_buff *to_free_list = NULL; in cvm_oct_free_tx_skbs() local97 t->next = to_free_list; in cvm_oct_free_tx_skbs()98 to_free_list = t; in cvm_oct_free_tx_skbs()104 while (to_free_list) { in cvm_oct_free_tx_skbs()105 struct sk_buff *t = to_free_list; in cvm_oct_free_tx_skbs()107 to_free_list = to_free_list->next; in cvm_oct_free_tx_skbs()136 struct sk_buff *to_free_list; in cvm_oct_xmit() local438 to_free_list = NULL; in cvm_oct_xmit()442 skb->next = to_free_list; in cvm_oct_xmit()443 to_free_list = skb; in cvm_oct_xmit()[all …]
213 * @to_free_list: The list of skbs to be dropped. in bpf_qdisc_skb_drop() 216 struct bpf_sk_buff_ptr *to_free_list)218 __qdisc_drop(skb, (struct sk_buff **)to_free_list);210 bpf_qdisc_skb_drop(struct sk_buff * skb,struct bpf_sk_buff_ptr * to_free_list) bpf_qdisc_skb_drop() argument