Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dnexthop.c868 u32 op_flags, u32 *resp_op_flags) in nla_put_nh_group() argument
878 *resp_op_flags |= NHA_OP_FLAG_RESP_GRP_RESVD_0; in nla_put_nh_group()
943 u32 resp_op_flags = 0; in nh_fill_node() local
947 if (nla_put_nh_group(skb, nh, op_flags, &resp_op_flags) || in nh_fill_node()
948 nla_put_u32(skb, NHA_OP_FLAGS, resp_op_flags)) in nh_fill_node()