Lines Matching refs:ret
234 bool ret; in tcf_proto_is_unlocked() local
246 ret = !!(ops->flags & TCF_PROTO_OPS_DOIT_UNLOCKED); in tcf_proto_is_unlocked()
248 return ret; in tcf_proto_is_unlocked()
1606 int ret; in tcf_classify_ingress()
1624 ret = __tcf_classify(skb, tp, orig_tp, res, compat_mode, in tcf_classify_ingress()
1628 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify_ingress()
1636 return ret; in tcf_classify_ingress()
3839 struct sk_buff **to_free, int *ret) in tcf_qevent_handle() argument
3853 *ret = __NET_XMIT_BYPASS; in tcf_qevent_handle()
3859 *ret = __NET_XMIT_STOLEN; in tcf_qevent_handle()
3863 *ret = __NET_XMIT_STOLEN; in tcf_qevent_handle()