Home
last modified time | relevance | path

Searched defs:SKB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dskbuff.h562 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument
1656 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/openbmc/linux/net/core/
H A Ddev.c2166 #define net_timestamp_check(COND, SKB) \ argument