skb_chk 4931 net/core/skbuff.c struct sk_buff *skb_chk; skb_chk 4940 net/core/skbuff.c skb_chk = skb_clone(skb, GFP_ATOMIC); skb_chk 4941 net/core/skbuff.c if (!skb_chk) skb_chk 4944 net/core/skbuff.c ret = pskb_trim_rcsum(skb_chk, len); skb_chk 4946 net/core/skbuff.c kfree_skb(skb_chk); skb_chk 4950 net/core/skbuff.c return skb_chk; skb_chk 4972 net/core/skbuff.c struct sk_buff *skb_chk; skb_chk 4976 net/core/skbuff.c skb_chk = skb_checksum_maybe_trim(skb, transport_len); skb_chk 4977 net/core/skbuff.c if (!skb_chk) skb_chk 4980 net/core/skbuff.c if (!pskb_may_pull(skb_chk, offset)) skb_chk 4983 net/core/skbuff.c skb_pull_rcsum(skb_chk, offset); skb_chk 4984 net/core/skbuff.c ret = skb_chkf(skb_chk); skb_chk 4985 net/core/skbuff.c skb_push_rcsum(skb_chk, offset); skb_chk 4990 net/core/skbuff.c return skb_chk; skb_chk 4993 net/core/skbuff.c if (skb_chk && skb_chk != skb) skb_chk 4994 net/core/skbuff.c kfree_skb(skb_chk); skb_chk 1575 net/ipv4/igmp.c struct sk_buff *skb_chk; skb_chk 1580 net/ipv4/igmp.c skb_chk = skb_checksum_trimmed(skb, transport_len, skb_chk 1582 net/ipv4/igmp.c if (!skb_chk) skb_chk 1585 net/ipv4/igmp.c if (skb_chk != skb) skb_chk 1586 net/ipv4/igmp.c kfree_skb(skb_chk); skb_chk 138 net/ipv6/mcast_snoop.c struct sk_buff *skb_chk; skb_chk 143 net/ipv6/mcast_snoop.c skb_chk = skb_checksum_trimmed(skb, transport_len, skb_chk 145 net/ipv6/mcast_snoop.c if (!skb_chk) skb_chk 148 net/ipv6/mcast_snoop.c if (skb_chk != skb) skb_chk 149 net/ipv6/mcast_snoop.c kfree_skb(skb_chk);