Searched refs:block_index_attr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 565 struct nlattr *block_index_attr, 568 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, 576 struct nlattr *block_index_attr, in tcf_qevent_init() 586 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument 574 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
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 604 struct nlattr *block_index_attr, 607 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, 615 struct nlattr *block_index_attr, in tcf_qevent_init() 625 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument 613 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
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 3770 static int tcf_qevent_parse_block_index(struct nlattr *block_index_attr, in tcf_qevent_parse_block_index() argument 3774 *p_block_index = nla_get_u32(block_index_attr); in tcf_qevent_parse_block_index() 3785 struct nlattr *block_index_attr, in tcf_qevent_init() 3791 if (!block_index_attr) in tcf_qevent_init() 3794 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_init() 3817 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument 3823 if (!block_index_attr) in tcf_qevent_validate_change() 3826 err = tcf_qevent_parse_block_index(block_index_attr, &block_index, extack); in tcf_qevent_validate_change() 3783 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
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 3836 static int tcf_qevent_parse_block_index(struct nlattr *block_index_attr, in tcf_qevent_parse_block_index() argument 3840 *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() 3857 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() argument 3886 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() 3849 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
|
Completed in 14 milliseconds