Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/networking/
Ddriver.rst67 cloned SKB.
71 up the SKB and in some finite amount of time.
80 must not keep any reference to that SKB and you must not attempt
Dbareudp.rst55 The OVS or TC flower layer must set the tunnel information in SKB dst field before
57 bareudp device extracts and stores the tunnel information in SKB dst field before
Dchecksum-offloads.rst64 csum_offset given in the SKB; if it tries to deduce these itself in hardware
65 (as some NICs do) the driver should check that the values in the SKB match
74 function compares the offload features requested by the SKB (which may include
124 (e.g. in SKB bloat).
Dpktgen.rst133 pgset "clone_skb 0" use single SKB for all transmits
254 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
Dip-sysctl.rst110 Whether to update SKB priority from "TOS" field in IPv4 header after it
111 is forwarded. The new SKB priority is mapped from TOS field value
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst217 SKB chapter
219 The driver-allocated SKB for frames received from Rx handling using
223 content is copied (by CPU) to the SKB, and the buffer is recycled.
261 SKB.
314 a SKB for the new packet, and copies the packet payload into the
315 SKB data buffer.
321 new SKB structure and hooks the Rx buffer to the SKB frags.
323 - The new SKB is updated with the necessary information (protocol,
/kernel/linux/linux-5.10/samples/pktgen/
DREADME.rst26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/microsoft/
Dnetvsc.rst100 for packet processing, reducing the overhead of SKB allocation and other
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c34 #define SKB_TMP_LEN(SKB) \ argument
35 (((SKB)->transport_header - (SKB)->mac_header) + tcp_hdrlen(SKB))
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h467 PAGEFLAG(SKB, skb, PF_ANY) in TESTPAGEFLAG()
Dskbuff.h486 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument
1434 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst278 that the SKB provided to the low level driver (stmmac in our case) matches
286 and provide SKB packet to stmmac as it is. The GMAC IP will have to perform
/kernel/linux/linux-5.10/net/sched/
DKconfig267 tristate "SKB priority queue scheduler (SKBPRIO)"
269 Say Y here if you want to use the SKB priority queue
847 tristate "SKB Editing"
/kernel/linux/linux-5.10/net/core/
Ddev.c2196 #define net_timestamp_check(COND, SKB) \ argument
2198 if ((COND) && !(SKB)->tstamp) \
2199 __net_timestamp(SKB); \