Searched refs:SKB (Results 1 – 14 of 14) sorted by relevance
67 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
55 The OVS or TC flower layer must set the tunnel information in SKB dst field before57 bareudp device extracts and stores the tunnel information in 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 transmits254 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
110 Whether to update SKB priority from "TOS" field in IPv4 header after it111 is forwarded. The new SKB priority is mapped from TOS field value
217 SKB chapter219 The driver-allocated SKB for frames received from Rx handling using223 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 the315 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,
26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
100 for packet processing, reducing the overhead of SKB allocation and other
34 #define SKB_TMP_LEN(SKB) \ argument35 (((SKB)->transport_header - (SKB)->mac_header) + tcp_hdrlen(SKB))
467 PAGEFLAG(SKB, skb, PF_ANY) in TESTPAGEFLAG()
486 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument1434 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
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
267 tristate "SKB priority queue scheduler (SKBPRIO)"269 Say Y here if you want to use the SKB priority queue847 tristate "SKB Editing"
2196 #define net_timestamp_check(COND, SKB) \ argument2198 if ((COND) && !(SKB)->tstamp) \2199 __net_timestamp(SKB); \