Home
last modified time | relevance | path

Searched defs:bind (Results 76 - 100 of 351) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/net/sched/
H A Dact_sample.c36 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
204 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument
H A Dact_skbmod.c83 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
216 tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbmod_dump() argument
H A Dact_simple.c86 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
169 tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_simp_dump() argument
H A Dact_ipt.c95 __tcf_ipt_init(struct net *net, unsigned int id, struct nlattr *nla, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int ovr, int bind, struct tcf_proto *tp, u32 flags) __tcf_ipt_init() argument
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
273 tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ipt_dump() argument
[all...]
H A Dact_mpls.c159 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
322 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument
H A Dact_nat.c36 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
257 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_ctinfo.c155 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
281 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument
H A Dact_gact.c53 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
184 tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gact_dump() argument
H A Dact_connmark.c97 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
171 tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_connmark_dump() argument
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.h65 int (*bind)(struct net *net, int group); member
/kernel/linux/linux-5.10/include/linux/
H A Dpci-epf.h66 int (*bind)(struct pci_epf *epf); member
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.h54 unsigned char bind, type; member
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h86 bool bind; member
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dpvcalls.h63 } bind; member
102 } bind; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dvirtgpu_drm.h85 __u32 bind; member
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.h77 int (*bind) (struct usbatm_data *, struct usb_interface *, member
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dpvcalls.h65 } bind; member
104 } bind; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c71 t4_sched_bind_unbind_op(struct port_info *pi, void *arg, enum sched_bind_type type, bool bind) t4_sched_bind_unbind_op() argument
351 t4_sched_class_bind_unbind_op(struct port_info *pi, void *arg, enum sched_bind_type type, bool bind) t4_sched_class_bind_unbind_op() argument
/kernel/linux/linux-6.6/net/sched/
H A Dact_bpf.c285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
138 tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) tcf_bpf_dump() argument
H A Dact_skbedit.c123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local
284 tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbedit_dump() argument
368 tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_skbedit_offload_act_setup() argument
[all...]
H A Dact_mpls.c166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local
331 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument
385 tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mpls_offload_act_setup() argument
[all...]
H A Dact_sample.c42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local
212 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument
284 tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_sample_offload_act_setup() argument
[all...]
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local
267 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_ipt.c101 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local
329 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument
[all...]
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.h71 int (*bind)(struct net *net, int group); member

Completed in 14 milliseconds

12345678910>>...15