Searched refs:SKB (Results 1 – 11 of 11) sorted by relevance
63 cloned SKB.67 up the SKB and in some finite amount of time.76 must not keep any reference to that SKB and you must not attempt
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).
127 pgset "clone_skb 0" use single SKB for all transmits244 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
91 Whether to update SKB priority from "TOS" field in IPv4 header after it92 is forwarded. The new SKB priority is mapped from TOS field value
26 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
211 SKB:213 The driver-allocated SKB for frames received from Rx handling using217 content is copied (by CPU) to the SKB, and the buffer is recycled.254 SKB.300 a SKB for the new packet, and copies the packet payload into the301 SKB data buffer.305 new SKB structure and hooks the Rx buffer to the SKB frags.306 - The new SKB is updated with the necessary information (protocol,
33 #define SKB_TMP_LEN(SKB) \ argument34 (((SKB)->transport_header - (SKB)->mac_header) + tcp_hdrlen(SKB))
327 the SKB provided to the low level driver (stmmac in our case) matches with335 length and provide SKB packet to stmmac as it is. The GMAC IP will have to
483 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument1403 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
267 tristate "SKB priority queue scheduler (SKBPRIO)"269 Say Y here if you want to use the SKB priority queue824 tristate "SKB Editing"
1817 #define net_timestamp_check(COND, SKB) \ argument1819 if ((COND) && !(SKB)->tstamp) \1820 __net_timestamp(SKB); \