Searched refs:block_index_attr (Results 1 – 1 of 1) sorted by relevance
3836 static int tcf_qevent_parse_block_index(struct nlattr *block_index_attr, in tcf_qevent_parse_block_index() argument3840 *p_block_index = nla_get_u32(block_index_attr); in tcf_qevent_parse_block_index()3851 struct nlattr *block_index_attr, in tcf_qevent_init() argument3857 if (!block_index_attr) in tcf_qevent_init()3860 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_init()3880 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument3886 if (!block_index_attr) in tcf_qevent_validate_change()3889 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_validate_change()