Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Ddriver.txt63 cloned SKB.
67 up the SKB and in some finite amount of time.
76 must not keep any reference to that SKB and you must not attempt
Dpktgen.txt101 pgset "clone_skb 0" use single SKB for all transmits
/linux-4.1.27/include/linux/
Dskbuff.h987 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/linux-4.1.27/net/core/
Ddev.c1688 #define net_timestamp_check(COND, SKB) \ argument
1690 if ((COND) && !(SKB)->tstamp.tv64) \
1691 __net_timestamp(SKB); \
/linux-4.1.27/net/sched/
DKconfig670 tristate "SKB Editing"