Searched refs:LLC_RESERVE (Results 1 – 2 of 2) sorted by relevance
27 #define LLC_RESERVE sizeof(struct llc_pdu_un) macro40 skb = dev_alloc_skb(length+LLC_RESERVE); in br_send_bpdu()48 skb_reserve(skb, LLC_RESERVE); in br_send_bpdu()
224 #define LLC_RESERVE sizeof(struct llc_pdu_un) in garp_pdu_init() macro232 skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE); in garp_pdu_init()
Completed in 7 milliseconds