Lines Matching refs:op_flags
797 u32 op_flags)
813 if (op_flags & NHA_OP_FLAG_DUMP_HW_STATS &&
827 u32 op_flags)
838 if (op_flags & NHA_OP_FLAG_DUMP_HW_STATS &&
854 op_flags))
869 u32 op_flags, u32 *resp_op_flags)
907 if (op_flags & NHA_OP_FLAG_DUMP_STATS &&
909 nla_put_nh_group_stats(skb, nh, op_flags)))
920 u32 op_flags)
948 if (nla_put_nh_group(skb, nh, op_flags, &resp_op_flags) ||
3275 struct nlattr **tb, u32 *id, u32 *op_flags,
3296 if (op_flags)
3297 *op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0);
3348 u32 op_flags;
3358 err = nh_valid_get_del_req(nlh, tb, &id, &op_flags, extack);
3373 nlh->nlmsg_seq, 0, op_flags);
3394 u32 op_flags;
3482 filter->op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0);
3541 cb->nlh->nlmsg_seq, NLM_F_MULTI, filter->op_flags);