skbuff.c (a402eae64d0ad12b1c4a411f250d6c161e67f623) skbuff.c (a5135bcfba7345031df45e02cd150a45add47cf8)
1/*
2 * Routines having to do with the 'struct sk_buff' memory handlers.
3 *
4 * Authors: Alan Cox <alan@lxorguk.ukuu.org.uk>
5 * Florian La Roche <rzsfl@rz.uni-sb.de>
6 *
7 * Fixes:
8 * Alan Cox : Fixed the worst of the load

--- 864 unchanged lines hidden (view full) ---

873#ifdef CONFIG_NET_RX_BUSY_POLL
874 CHECK_SKB_FIELD(napi_id);
875#endif
876#ifdef CONFIG_XPS
877 CHECK_SKB_FIELD(sender_cpu);
878#endif
879#ifdef CONFIG_NET_SCHED
880 CHECK_SKB_FIELD(tc_index);
1/*
2 * Routines having to do with the 'struct sk_buff' memory handlers.
3 *
4 * Authors: Alan Cox <alan@lxorguk.ukuu.org.uk>
5 * Florian La Roche <rzsfl@rz.uni-sb.de>
6 *
7 * Fixes:
8 * Alan Cox : Fixed the worst of the load

--- 864 unchanged lines hidden (view full) ---

873#ifdef CONFIG_NET_RX_BUSY_POLL
874 CHECK_SKB_FIELD(napi_id);
875#endif
876#ifdef CONFIG_XPS
877 CHECK_SKB_FIELD(sender_cpu);
878#endif
879#ifdef CONFIG_NET_SCHED
880 CHECK_SKB_FIELD(tc_index);
881#ifdef CONFIG_NET_CLS_ACT
882 CHECK_SKB_FIELD(tc_verd);
883#endif
881#endif
884#endif
885
886}
887
888/*
889 * You should not add any new code to this function. Add it to
890 * __copy_skb_header above instead.
891 */
892static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)

--- 4073 unchanged lines hidden ---
882
883}
884
885/*
886 * You should not add any new code to this function. Add it to
887 * __copy_skb_header above instead.
888 */
889static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)

--- 4073 unchanged lines hidden ---