Searched refs:SKB (Results 1 – 13 of 13) sorted by relevance
110 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
56 The OVS or TC flower layer must set the tunnel information in the SKB dst field before58 bareUDP device extracts and stores the tunnel information in the SKB dst field before
64 csum_offset given in the SKB; if it tries to deduce these itself in hardware65 (as some NICs do) the driver should check that the values in the SKB match74 function compares the offload features requested by the SKB (which may include124 (e.g. in SKB bloat).
133 pgset "clone_skb 0" use single SKB for all transmits181 SHARED # enable shared SKB257 -c : ($SKB_CLONE) SKB clones send before alloc new SKB292 Disable shared SKB
17 comparing the SKB hash with the individual ranges. When a next hop is48 constituent next hops: a hash table. The selection algorithm uses SKB hash
726 To discover if a driver supports multi-buffer AF_XDP in SKB or DRV730 a driver, then AF_XDP will also support that in SKB and DRV mode.
26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
96 from the SKB. This attempts to achieve a balance between the overhead of104 for packet processing, reducing the overhead of SKB allocation and other
363 SKB.428 a SKB for the new packet, and copies the packet payload into the429 SKB data buffer.438 - The new SKB is updated with the necessary information (protocol,
278 that the SKB provided to the low level driver (stmmac in our case) matches286 and provide SKB packet to stmmac as it is. The GMAC IP will have to perform
232 tristate "SKB priority queue scheduler (SKBPRIO)"234 Say Y here if you want to use the SKB priority queue798 tristate "SKB Editing"
574 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument1783 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
2406 #define net_timestamp_check(COND, SKB) \ argument2408 if ((COND) && !(SKB)->tstamp) \2409 (SKB)->tstamp = ktime_get_real(); \