Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dbareudp.rst56 The OVS or TC flower layer must set the tunnel information in the SKB dst field before
58 bareUDP device extracts and stores the tunnel information in the SKB dst field before
H A Dpktgen.rst133 pgset "clone_skb 0" use single SKB for all transmits
181 SHARED # enable shared SKB
257 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
292 Disable shared SKB
H A Dnexthop-group-resilient.rst17 comparing the SKB hash with the individual ranges. When a next hop is
48 constituent next hops: a hash table. The selection algorithm uses SKB hash
H A Daf_xdp.rst732 To discover if a driver supports multi-buffer AF_XDP in SKB or DRV
736 a driver, then AF_XDP will also support that in SKB and DRV mode.
/linux/samples/pktgen/
H A DREADME.rst26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst96 from the SKB. This attempts to achieve a balance between the overhead of
104 for packet processing, reducing the overhead of SKB allocation and other
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst363 SKB.
428 a SKB for the new packet, and copies the packet payload into the
429 SKB data buffer.
438 - The new SKB is updated with the necessary information (protocol,
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A 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
/linux/net/sched/
H A DKconfig232 tristate "SKB priority queue scheduler (SKBPRIO)"
234 Say Y here if you want to use the SKB priority queue
798 tristate "SKB Editing"
/linux/net/core/
H A Ddev.c2451 #define net_timestamp_check(COND, SKB) \ argument
2453 if ((COND) && !(SKB)->tstamp) \
2454 (SKB)->tstamp = ktime_get_real(); \