Home
last modified time | relevance | path

Searched refs:have_uref (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dskbuff.h1636 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref);
1731 static inline void net_zcopy_put_abort(struct ubuf_info *uarg, bool have_uref) in net_zcopy_put_abort() argument
1735 msg_zerocopy_put_abort(uarg, have_uref); in net_zcopy_put_abort()
1736 else if (have_uref) in net_zcopy_put_abort()
/openbmc/linux/net/core/
H A Dskbuff.c1709 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort() argument
1716 if (have_uref) in msg_zerocopy_put_abort()