Searched refs:block_index_attr (Results 1 – 1 of 1) sorted by relevance
3759 static int tcf_qevent_parse_block_index(struct nlattr *block_index_attr, in tcf_qevent_parse_block_index() argument3763 *p_block_index = nla_get_u32(block_index_attr); in tcf_qevent_parse_block_index()3774 struct nlattr *block_index_attr, in tcf_qevent_init() argument3780 if (!block_index_attr) in tcf_qevent_init()3783 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_init()3806 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument3812 if (!block_index_attr) in tcf_qevent_validate_change()3815 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_validate_change()