~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to include/linux/skbuff.h

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2404
2404
#endif
2405
2405
}
2406
2406
 
 
2407
static inline void nf_reset_trace(struct sk_buff *skb)
 
2408
{
 
2409
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
 
2410
        skb->nf_trace = 0;
 
2411
#endif
 
2412
}
 
2413
 
2407
2414
/* Note: This doesn't put any conntrack and bridge info in dst. */
2408
2415
static inline void __nf_copy(struct sk_buff *dst, const struct sk_buff *src)
2409
2416
{