Home
last modified time | relevance | path

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

/Linux-v4.19/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
Dena.txt209 SKB:
210 The driver-allocated SKB for frames received from Rx handling using
214 content is copied (by CPU) to the SKB, and the buffer is recycled.
251 SKB.
297 a SKB for the new packet, and copies the packet payload into the
298 SKB data buffer.
302 new SKB structure and hooks the Rx buffer to the SKB frags.
303 - The new SKB is updated with the necessary information (protocol,
Dchecksum-offloads.txt52 and csum_offset given in the SKB; if it tries to deduce these itself in
54 SKB match those which the hardware will deduce, and if not, fall back to
62 That function compares the offload features requested by the SKB (which
106 bigger costs (e.g. in SKB bloat).
Dpktgen.txt127 pgset "clone_skb 0" use single SKB for all transmits
244 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
Dstmmac.txt327 the SKB provided to the low level driver (stmmac in our case) matches with
335 length and provide SKB packet to stmmac as it is. The GMAC IP will have to
Dip-sysctl.txt85 Whether to update SKB priority from "TOS" field in IPv4 header after it
86 is forwarded. The new SKB priority is mapped from TOS field value
/Linux-v4.19/samples/pktgen/
DREADME.rst25 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c40 #define SKB_TMP_LEN(SKB) \ argument
41 (((SKB)->transport_header - (SKB)->mac_header) + tcp_hdrlen(SKB))
/Linux-v4.19/include/linux/
Dskbuff.h467 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument
1291 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/Linux-v4.19/net/sched/
DKconfig255 tristate "SKB priority queue scheduler (SKBPRIO)"
257 Say Y here if you want to use the SKB priority queue
813 tristate "SKB Editing"
/Linux-v4.19/net/core/
Ddev.c1874 #define net_timestamp_check(COND, SKB) \ argument
1876 if ((COND) && !(SKB)->tstamp) \
1877 __net_timestamp(SKB); \