Searched refs:empty_skb (Results 1 – 2 of 2) sorted by relevance
10 struct empty_skb *bpf_obj = NULL; in test_empty_skb()
1562 struct sk_buff *empty_skb; in igc_insert_empty_frame() local1567 empty_skb = alloc_skb(IGC_EMPTY_FRAME_SIZE, GFP_ATOMIC); in igc_insert_empty_frame()1568 if (unlikely(!empty_skb)) { in igc_insert_empty_frame()1574 data = skb_put(empty_skb, IGC_EMPTY_FRAME_SIZE); in igc_insert_empty_frame()1578 ret = igc_init_empty_frame(tx_ring, empty_info, empty_skb); in igc_insert_empty_frame()1580 dev_kfree_skb_any(empty_skb); in igc_insert_empty_frame()1588 igc_init_tx_empty_descriptor(tx_ring, empty_skb, empty_info); in igc_insert_empty_frame()