Searched refs:genl_op_from_small (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 140 static void genl_op_from_small(const struct genl_family *family, in genl_op_from_small() function 162 genl_op_from_small(family, i, op); in genl_get_cmd_small() 184 genl_op_from_small(family, i - family->n_ops, op); in genl_get_cmd_by_index()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 181 static void genl_op_from_small(const struct genl_family *family, in genl_op_from_small() function 205 genl_op_from_small(family, i, op); in genl_get_cmd_small() 356 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next()
|
Completed in 5 milliseconds