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
209 SKB:210 The driver-allocated SKB for frames received from Rx handling using214 content is copied (by CPU) to the SKB, and the buffer is recycled.251 SKB.297 a SKB for the new packet, and copies the packet payload into the298 SKB data buffer.302 new SKB structure and hooks the Rx buffer to the SKB frags.303 - The new SKB is updated with the necessary information (protocol,
52 and csum_offset given in the SKB; if it tries to deduce these itself in54 SKB match those which the hardware will deduce, and if not, fall back to62 That function compares the offload features requested by the SKB (which106 bigger costs (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
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
85 Whether to update SKB priority from "TOS" field in IPv4 header after it86 is forwarded. The new SKB priority is mapped from TOS field value
25 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
40 #define SKB_TMP_LEN(SKB) \ argument41 (((SKB)->transport_header - (SKB)->mac_header) + tcp_hdrlen(SKB))
467 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) argument1291 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB))) argument
255 tristate "SKB priority queue scheduler (SKBPRIO)"257 Say Y here if you want to use the SKB priority queue813 tristate "SKB Editing"
1874 #define net_timestamp_check(COND, SKB) \ argument1876 if ((COND) && !(SKB)->tstamp) \1877 __net_timestamp(SKB); \