Query: skb_partial_csum_set
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_PARTIAL_CSUM_SET(9) Linux Networking SKB_PARTIAL_CSUM_SET(9)NAMEskb_partial_csum_set - set up and verify partial csum values for packetSYNOPSISbool skb_partial_csum_set(struct sk_buff * skb, u16 start, u16 off);ARGUMENTSskb the skb to set start the number of bytes after skb->data to start checksumming. off the offset from start to place the checksum.DESCRIPTIONFor untrusted partially-checksummed packets, we need to make sure the values for skb->csum_start and skb->csum_offset are valid so we don't oops. This function checks and sets those values and skb->ip_summed: if this returns false you should drop the packet.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_PARTIAL_CSUM_SET(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
ieee80211_get_buffered_bc(9) - centos |
struct_tid_ampdu_rx(9) - centos |
wimax_msg_alloc(9) - centos |
struct_ieee80211_hw(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can? |