Home
last modified time | relevance | path

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

/linux/include/net/
H A Dpkt_cls.h629 struct nlattr *block_index_attr,
632 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
640 struct nlattr *block_index_attr, in tcf_qevent_init() argument
650 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument
/linux/net/sched/
H A Dcls_api.c3994 static int tcf_qevent_parse_block_index(struct nlattr *block_index_attr, in tcf_qevent_parse_block_index()
3998 *p_block_index = nla_get_u32(block_index_attr); in tcf_qevent_parse_block_index()
4009 struct nlattr *block_index_attr, in tcf_qevent_init()
4015 if (!block_index_attr) in tcf_qevent_init()
4018 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_init()
4038 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change()
4044 if (!block_index_attr) in tcf_qevent_validate_change()
4047 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_validate_change()
3993 tcf_qevent_parse_block_index(struct nlattr * block_index_attr,u32 * p_block_index,struct netlink_ext_ack * extack) tcf_qevent_parse_block_index() argument
4008 tcf_qevent_init(struct tcf_qevent * qe,struct Qdisc * sch,enum flow_block_binder_type binder_type,struct nlattr * block_index_attr,struct netlink_ext_ack * extack) tcf_qevent_init() argument
4037 tcf_qevent_validate_change(struct tcf_qevent * qe,struct nlattr * block_index_attr,struct netlink_ext_ack * extack) tcf_qevent_validate_change() argument