Query: skb_checksum_none_assert
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_CHECKSUM_NONE_AS(9) Linux Networking SKB_CHECKSUM_NONE_AS(9)NAMEskb_checksum_none_assert - make sure skb ip_summed is CHECKSUM_NONESYNOPSISvoid skb_checksum_none_assert(const struct sk_buff * skb);ARGUMENTSskb skb to checkDESCRIPTIONfresh skbs have their ip_summed set to CHECKSUM_NONE. Instead of forcing ip_summed to CHECKSUM_NONE, we can use this helper, to document places where we make this assertion.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_CHECKSUM_NONE_AS(9)