Lines Matching defs: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) ||
3276 struct nlattr **tb, u32 *id, u32 *op_flags,
3297 if (op_flags)
3298 *op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0);
3349 u32 op_flags;
3359 err = nh_valid_get_del_req(nlh, tb, &id, &op_flags, extack);
3374 nlh->nlmsg_seq, 0, op_flags);
3395 u32 op_flags;
3483 filter->op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0);
3542 cb->nlh->nlmsg_seq, NLM_F_MULTI, filter->op_flags);