Searched refs:SKB_CONSUMED (Results 1 – 10 of 10) sorted by relevance
/linux/net/mac80211/ |
H A D | drop.h | 75 ___RX_CONTINUE = SKB_CONSUMED,
|
/linux/net/ipv6/ |
H A D | ndisc.c | 966 reason = SKB_CONSUMED; in ndisc_recv_ns() 1129 reason = SKB_CONSUMED; in ndisc_recv_na() 1186 reason = SKB_CONSUMED; in ndisc_recv_rs() 1506 reason = SKB_CONSUMED; in ndisc_router_discovery()
|
H A D | icmp.c | 824 reason = SKB_CONSUMED; in icmpv6_echo_reply() 882 return SKB_CONSUMED; in icmpv6_notify()
|
/linux/net/core/ |
H A D | skbuff.c | 137 [SKB_CONSUMED] = "CONSUMED", 1131 if (reason == SKB_CONSUMED) in __sk_skb_reason_drop() 1361 skb_release_data(skb, SKB_CONSUMED); in __consume_stateless_skb() 1428 skb_release_all(skb, SKB_CONSUMED); in napi_consume_skb() 1559 skb_release_all(dst, SKB_CONSUMED); in skb_morph() 2215 skb_release_data(skb, SKB_CONSUMED); in pskb_expand_head() 6596 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_header() 6736 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_nonlinear() 7025 __napi_kfree_skb(skb, SKB_CONSUMED); in kfree_skb_napi_cache()
|
H A D | gro.c | 611 __napi_kfree_skb(skb, SKB_CONSUMED); in napi_skb_finish()
|
H A D | netpoll.c | 544 skb_queue_purge_reason(skb_pool, SKB_CONSUMED); in skb_pool_flush()
|
H A D | dev.c | 5498 if (likely(get_kfree_skb_cb(skb)->reason == SKB_CONSUMED)) in net_tx_action()
|
/linux/net/ipv4/ |
H A D | inet_fragment.c | 300 SKB_CONSUMED; in inet_frag_destroy()
|
/linux/include/linux/ |
H A D | netdevice.h | 4093 dev_kfree_skb_irq_reason(skb, SKB_CONSUMED); in dev_consume_skb_irq() 4103 dev_kfree_skb_any_reason(skb, SKB_CONSUMED); in dev_consume_skb_any()
|
/linux/net/packet/ |
H A D | af_packet.c | 2171 enum skb_drop_reason drop_reason = SKB_CONSUMED; in packet_rcv() 2284 enum skb_drop_reason drop_reason = SKB_CONSUMED; in tpacket_rcv()
|