/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_fw.c | 130 fw_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) fw_destroy() argument 154 fw_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) fw_delete() argument 199 fw_set_parms(struct net *net, struct tcf_proto *tp, struct fw_filter *f, struct nlattr **tb, struct nlattr **tca, unsigned long base, bool ovr, struct netlink_ext_ack *extack) fw_set_parms() argument 237 fw_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, bool ovr, bool rtnl_held, struct netlink_ext_ack *extack) fw_change() argument
|
H A D | cls_basic.c | 106 basic_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) basic_destroy() argument 125 basic_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) basic_delete() argument 145 basic_set_parms(struct net *net, struct tcf_proto *tp, struct basic_filter *f, unsigned long base, struct nlattr **tb, struct nlattr *est, bool ovr, struct netlink_ext_ack *extack) basic_set_parms() argument 170 basic_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, bool ovr, bool rtnl_held, struct netlink_ext_ack *extack) basic_change() argument
|
H A D | act_police.c | 28 tcf_police_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_police_walker() argument 47 tcf_police_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_police_init() argument
|
H A D | act_vlan.c | 115 tcf_vlan_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_vlan_init() argument 336 tcf_vlan_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_vlan_walker() argument
|
H A D | act_skbedit.c | 97 tcf_skbedit_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) tcf_skbedit_init() argument 302 tcf_skbedit_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_skbedit_walker() argument
|
H A D | act_sample.c | 36 tcf_sample_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_sample_init() argument 244 tcf_sample_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_sample_walker() argument
|
H A D | act_skbmod.c | 83 tcf_skbmod_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_skbmod_init() argument 258 tcf_skbmod_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_skbmod_walker() argument
|
H A D | act_simple.c | 59 reset_policy(struct tc_action *a, const struct nlattr *defdata, struct tc_defact *p, struct tcf_proto *tp, struct netlink_ext_ack *extack) reset_policy() argument 86 tcf_simp_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_simp_init() argument 200 tcf_simp_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_simp_walker() argument
|
H A D | sch_mqprio.c | 133 mqprio_parse_nlattr(struct Qdisc *sch, struct tc_mqprio_qopt *qopt, struct nlattr *opt, struct netlink_ext_ack *extack) mqprio_parse_nlattr() argument 224 mqprio_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) mqprio_init() argument 384 mqprio_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) mqprio_graft() argument [all...] |
H A D | sch_pie.c | 138 pie_change(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) pie_change() argument 438 pie_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) pie_init() argument
|
H A D | sch_multiq.c | 171 multiq_tune(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) multiq_tune() argument 235 multiq_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) multiq_init() argument 280 multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) multiq_graft() argument 369 multiq_tcf_block(struct Qdisc *sch, unsigned long cl, struct netlink_ext_ack *extack) multiq_tcf_block() argument
|
H A D | sch_ingress.c | 47 ingress_tcf_block(struct Qdisc *sch, unsigned long cl, struct netlink_ext_ack *extack) ingress_tcf_block() argument 76 ingress_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) ingress_init() argument 178 clsact_tcf_block(struct Qdisc *sch, unsigned long cl, struct netlink_ext_ack *extack) clsact_tcf_block() argument 221 clsact_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) clsact_init() argument
|
H A D | act_ipt.c | 203 tcf_ipt_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_ipt_init() argument 212 tcf_xt_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool unlocked, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_xt_init() argument 318 tcf_ipt_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_ipt_walker() argument 367 tcf_xt_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_xt_walker() argument
|
H A D | act_mpls.c | 131 valid_label(const struct nlattr *attr, struct netlink_ext_ack *extack) valid_label() argument 159 tcf_mpls_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_mpls_init() argument 376 tcf_mpls_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_mpls_walker() argument [all...] |
H A D | act_nat.c | 36 tcf_nat_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_nat_init() argument 292 tcf_nat_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_nat_walker() argument
|
H A D | sch_teql.c | 168 teql_qdisc_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) teql_qdisc_init() argument
|
H A D | act_ctinfo.c | 155 tcf_ctinfo_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_ctinfo_init() argument 345 tcf_ctinfo_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_ctinfo_walker() argument
|
H A D | act_gact.c | 53 tcf_gact_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_gact_init() argument 225 tcf_gact_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_gact_walker() argument
|
H A D | act_connmark.c | 97 tcf_connmark_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_connmark_init() argument 203 tcf_connmark_walker(struct net *net, struct sk_buff *skb, struct netlink_callback *cb, int type, const struct tc_action_ops *ops, struct netlink_ext_ack *extack) tcf_connmark_walker() argument
|
H A D | sch_etf.c | 44 validate_input_params(struct tc_etf_qopt *qopt, struct netlink_ext_ack *extack) validate_input_params() argument 319 etf_enable_offload(struct net_device *dev, struct etf_sched_data *q, struct netlink_ext_ack *extack) etf_enable_offload() argument 346 etf_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) etf_init() argument [all...] |
H A D | sch_dsmark.c | 64 dsmark_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) dsmark_graft() argument 116 dsmark_change(struct Qdisc *sch, u32 classid, u32 parent, struct nlattr **tca, unsigned long *arg, struct netlink_ext_ack *extack) dsmark_change() argument 191 dsmark_tcf_block(struct Qdisc *sch, unsigned long cl, struct netlink_ext_ack *extack) dsmark_tcf_block() argument 339 dsmark_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) dsmark_init() argument
|
H A D | sch_prio.c | 312 extack); in prio_graft() local 176 prio_tune(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) prio_tune() argument 229 prio_init(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) prio_init() argument 286 prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) prio_graft() argument 391 prio_tcf_block(struct Qdisc *sch, unsigned long cl, struct netlink_ext_ack *extack) prio_tcf_block() argument
|
/kernel/linux/linux-5.10/net/switchdev/ |
H A D | switchdev.c | 221 switchdev_port_obj_notify(enum switchdev_notifier_type nt, struct net_device *dev, const struct switchdev_obj *obj, struct switchdev_trans *trans, struct netlink_ext_ack *extack) switchdev_port_obj_notify() argument 247 switchdev_port_obj_add_now(struct net_device *dev, const struct switchdev_obj *obj, struct netlink_ext_ack *extack) switchdev_port_obj_add_now() argument 317 switchdev_port_obj_add(struct net_device *dev, const struct switchdev_obj *obj, struct netlink_ext_ack *extack) switchdev_port_obj_add() argument 410 call_switchdev_notifiers(unsigned long val, struct net_device *dev, struct switchdev_notifier_info *info, struct netlink_ext_ack *extack) call_switchdev_notifiers() argument 436 call_switchdev_blocking_notifiers(unsigned long val, struct net_device *dev, struct switchdev_notifier_info *info, struct netlink_ext_ack *extack) call_switchdev_blocking_notifiers() argument 447 __switchdev_handle_port_obj_add(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), int (*add_cb)(struct net_device *dev, const struct switchdev_obj *obj, struct switchdev_trans *trans, struct netlink_ext_ack *extack)) __switchdev_handle_port_obj_add() argument 455 struct netlink_ext_ack *extack; __switchdev_handle_port_obj_add() local 490 switchdev_handle_port_obj_add(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), int (*add_cb)(struct net_device *dev, const struct switchdev_obj *obj, struct switchdev_trans *trans, struct netlink_ext_ack *extack)) switchdev_handle_port_obj_add() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink_osf.c | 299 nfnl_osf_add_callback(struct net *net, struct sock *ctnl, struct sk_buff *skb, const struct nlmsghdr *nlh, const struct nlattr * const osf_attrs[], struct netlink_ext_ack *extack) nfnl_osf_add_callback() argument 354 nfnl_osf_remove_callback(struct net *net, struct sock *ctnl, struct sk_buff *skb, const struct nlmsghdr *nlh, const struct nlattr * const osf_attrs[], struct netlink_ext_ack *extack) nfnl_osf_remove_callback() argument
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_device.c | 385 br_add_slave(struct net_device *dev, struct net_device *slave_dev, struct netlink_ext_ack *extack) br_add_slave() argument
|