Home
last modified time | relevance | path

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

/linux-4.4.14/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.txt120 pgset "clone_skb 0" use single SKB for all transmits
235 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/linux-4.4.14/samples/pktgen/
DREADME.rst24 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/linux-4.4.14/include/linux/
Dskbuff.h1114 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/linux-4.4.14/net/core/
Ddev.c1720 #define net_timestamp_check(COND, SKB) \ argument
1722 if ((COND) && !(SKB)->tstamp.tv64) \
1723 __net_timestamp(SKB); \
/linux-4.4.14/net/sched/
DKconfig681 tristate "SKB Editing"