Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/networking/
Ddriver.rst110 cloned SKB.
117 up the SKB and in some finite amount of time.
126 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
181 SHARED # enable shared SKB
257 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
292 Disable shared SKB
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
Daf_xdp.rst721 To discover if a driver supports multi-buffer AF_XDP in SKB or DRV
725 a driver, then AF_XDP will also support that in SKB and DRV mode.
Dip-sysctl.rst155 Whether to update SKB priority from "TOS" field in IPv4 header after it
156 is forwarded. The new SKB priority is mapped from TOS field value
/linux-6.12.1/samples/pktgen/
DREADME.rst26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/microsoft/
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-6.12.1/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst267 SKB.
320 a SKB for the new packet, and copies the packet payload into the
321 SKB data buffer.
330 - The new SKB is updated with the necessary information (protocol,
/linux-6.12.1/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
/linux-6.12.1/net/sched/
DKconfig232 tristate "SKB priority queue scheduler (SKBPRIO)"
234 Say Y here if you want to use the SKB priority queue
774 tristate "SKB Editing"
/linux-6.12.1/include/linux/
Dskbuff.h571 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument
1723 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
Dcounters.rst193 packets are counted: only packets that are in an SKB with a GRO count > 1.
199 packets are counted: only packets that are in an SKB with a GRO count > 1.
1127 - Failed to allocate a buffer to received packet (or SKB) on ring i.
/linux-6.12.1/net/core/
Ddev.c2172 #define net_timestamp_check(COND, SKB) \ argument
2174 if ((COND) && !(SKB)->tstamp) \
2175 (SKB)->tstamp = ktime_get_real(); \