Home
last modified time | relevance | path

Searched refs:mac_pdu_q (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/llc/
Dllc_station.c50 struct sk_buff_head mac_pdu_q; member
217 skb_queue_tail(&llc_main_station.mac_pdu_q, skb); in llc_station_send_pdu()
218 while ((skb = skb_dequeue(&llc_main_station.mac_pdu_q)) != NULL) in llc_station_send_pdu()
696 skb_queue_head_init(&llc_main_station.mac_pdu_q); in llc_station_init()