Home
last modified time | relevance | path

Searched refs:SKB_CONSUMED (Results 1 – 11 of 11) sorted by relevance

/linux/net/mac80211/
H A Ddrop.h116 ___RX_CONTINUE = SKB_CONSUMED,
/linux/include/net/
H A Ddropreason-core.h146 SKB_CONSUMED, enumerator
/linux/net/ipv6/
H A Dndisc.c958 reason = SKB_CONSUMED; in ndisc_recv_ns()
1120 reason = SKB_CONSUMED; in ndisc_recv_na()
1177 reason = SKB_CONSUMED; in ndisc_recv_rs()
1487 reason = SKB_CONSUMED; in ndisc_router_discovery()
H A Dicmp.c1026 reason = SKB_CONSUMED; in icmpv6_echo_reply()
1090 return SKB_CONSUMED; in icmpv6_notify()
/linux/net/core/
H A Dskbuff.c142 [SKB_CONSUMED] = "CONSUMED",
1231 if (reason == SKB_CONSUMED) in __sk_skb_reason_drop()
1462 skb_release_data(skb, SKB_CONSUMED); in __consume_stateless_skb()
1547 skb_release_all(skb, SKB_CONSUMED); in napi_consume_skb()
1678 skb_release_all(dst, SKB_CONSUMED); in skb_morph()
2342 skb_release_data(skb, SKB_CONSUMED); in pskb_expand_head()
6834 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_header()
6973 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_nonlinear()
7263 __napi_kfree_skb(skb, SKB_CONSUMED); in kfree_skb_napi_cache()
H A Dnetpoll.c539 skb_queue_purge_reason(skb_pool, SKB_CONSUMED); in skb_pool_flush()
H A Dgro.c612 __napi_kfree_skb(skb, SKB_CONSUMED); in gro_skb_finish()
H A Ddev.c5770 if (likely(get_kfree_skb_cb(skb)->reason == SKB_CONSUMED)) in net_tx_action()
/linux/net/ipv4/
H A Dinet_fragment.c344 SKB_CONSUMED; in inet_frag_destroy()
/linux/include/linux/
H A Dnetdevice.h4225 dev_kfree_skb_irq_reason(skb, SKB_CONSUMED); in dev_consume_skb_irq()
4235 dev_kfree_skb_any_reason(skb, SKB_CONSUMED); in dev_consume_skb_any()
/linux/net/packet/
H A Daf_packet.c2117 enum skb_drop_reason drop_reason = SKB_CONSUMED; in packet_rcv()
2230 enum skb_drop_reason drop_reason = SKB_CONSUMED; in tpacket_rcv()