Home
last modified time | relevance | path

Searched refs:SKB_DROP_REASON_NOMEM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/
H A Ddropreason-core.h278 SKB_DROP_REASON_NOMEM, enumerator
/openbmc/linux/net/ipv4/
H A Dping.c991 reason = SKB_DROP_REASON_NOMEM; in ping_rcv()
H A Dicmp.c993 return SKB_DROP_REASON_NOMEM; in icmp_redirect()
/openbmc/linux/net/openvswitch/
H A Dactions.c785 kfree_skb_reason(skb, SKB_DROP_REASON_NOMEM); in ovs_vport_output()
/openbmc/linux/net/ipv6/
H A Dndisc.c1829 return SKB_DROP_REASON_NOMEM; in ndisc_rcv()
/openbmc/linux/include/linux/
H A Dskbuff.h2675 return SKB_DROP_REASON_NOMEM; in pskb_may_pull_reason()
/openbmc/linux/drivers/net/
H A Dtun.c1115 drop_reason = SKB_DROP_REASON_NOMEM; in tun_net_xmit()