Searched refs:SKB_CONSUMED (Results 1 – 10 of 10) sorted by relevance
| /linux/net/mac80211/ |
| A D | drop.h | 75 ___RX_CONTINUE = SKB_CONSUMED,
|
| /linux/include/net/ |
| A D | dropreason-core.h | 108 SKB_CONSUMED, enumerator
|
| /linux/net/ipv6/ |
| A D | ndisc.c | 964 reason = SKB_CONSUMED; in ndisc_recv_ns() 1127 reason = SKB_CONSUMED; in ndisc_recv_na() 1184 reason = SKB_CONSUMED; in ndisc_recv_rs() 1504 reason = SKB_CONSUMED; in ndisc_router_discovery()
|
| A D | icmp.c | 820 reason = SKB_CONSUMED; in icmpv6_echo_reply() 878 return SKB_CONSUMED; in icmpv6_notify()
|
| /linux/net/core/ |
| A D | skbuff.c | 134 [SKB_CONSUMED] = "CONSUMED", 1221 if (reason == SKB_CONSUMED) in __sk_skb_reason_drop() 1451 skb_release_data(skb, SKB_CONSUMED); in __consume_stateless_skb() 1518 skb_release_all(skb, SKB_CONSUMED); in napi_consume_skb() 1649 skb_release_all(dst, SKB_CONSUMED); in skb_morph() 2305 skb_release_data(skb, SKB_CONSUMED); in pskb_expand_head() 6686 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_header() 6826 skb_release_data(skb, SKB_CONSUMED); in pskb_carve_inside_nonlinear() 7115 __napi_kfree_skb(skb, SKB_CONSUMED); in kfree_skb_napi_cache()
|
| A D | gro.c | 614 __napi_kfree_skb(skb, SKB_CONSUMED); in napi_skb_finish()
|
| A D | dev.c | 5278 if (likely(get_kfree_skb_cb(skb)->reason == SKB_CONSUMED)) in net_tx_action()
|
| /linux/net/ipv4/ |
| A D | inet_fragment.c | 300 SKB_CONSUMED; in inet_frag_destroy()
|
| /linux/include/linux/ |
| A D | netdevice.h | 3873 dev_kfree_skb_irq_reason(skb, SKB_CONSUMED); in dev_consume_skb_irq() 3883 dev_kfree_skb_any_reason(skb, SKB_CONSUMED); in dev_consume_skb_any()
|
| /linux/net/packet/ |
| A D | af_packet.c | 2184 enum skb_drop_reason drop_reason = SKB_CONSUMED; in packet_rcv() 2297 enum skb_drop_reason drop_reason = SKB_CONSUMED; in tpacket_rcv()
|
Completed in 65 milliseconds