/net/sched/ |
D | act_api.c | 141 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put() 161 static int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() 188 int tcf_idr_release(struct tc_action *a, bool bind) in tcf_idr_release() 476 int bind, bool cpustats, u32 flags) in tcf_idr_create() 532 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags() 561 struct tc_action **a, int bind) in tcf_idr_check_alloc() 784 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() 826 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() 832 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() 872 int bind, int ref, bool terse) in tcf_action_dump() [all …]
|
D | act_connmark.c | 104 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init() local 172 int bind, int ref) in tcf_connmark_dump()
|
D | act_nat.c | 41 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local 258 int bind, int ref) in tcf_nat_dump()
|
D | act_skbmod.c | 108 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init() local 238 int bind, int ref) in tcf_skbmod_dump()
|
D | act_simple.c | 92 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init() local 170 int bind, int ref) in tcf_simp_dump()
|
D | act_gact.c | 59 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gact_init() local 185 int bind, int ref) in tcf_gact_dump()
|
D | act_mpls.c | 165 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local 331 int bind, int ref) in tcf_mpls_dump()
|
D | act_skbedit.c | 103 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local 238 int bind, int ref) in tcf_skbedit_dump()
|
D | act_vlan.c | 121 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init() local 286 int bind, int ref) in tcf_vlan_dump()
|
D | act_ctinfo.c | 161 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local 282 int bind, int ref) in tcf_ctinfo_dump()
|
D | act_police.c | 55 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init() local 349 int bind, int ref) in tcf_police_dump()
|
D | act_sample.c | 42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local 212 int bind, int ref) in tcf_sample_dump()
|
D | act_bpf.c | 136 int bind, int ref) in tcf_bpf_dump() 282 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
|
D | act_mirred.c | 98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local 345 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump()
|
D | act_ipt.c | 102 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local 287 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
|
D | act_pedit.c | 158 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_pedit_init() local 491 int bind, int ref) in tcf_pedit_dump()
|
D | act_gate.c | 303 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init() local 501 int bind, int ref) in tcf_gate_dump()
|
D | act_tunnel_key.c | 362 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init() local 713 int bind, int ref) in tunnel_key_dump()
|
D | act_csum.c | 49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init() local 631 static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_csum_dump()
|
D | act_ife.c | 486 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ife_init() local 641 static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ife_dump()
|
D | act_ct.c | 1246 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ct_init() local 1409 int bind, int ref) in tcf_ct_dump()
|
/net/netlink/ |
D | af_netlink.h | 65 int (*bind)(struct net *net, int group); member
|
D | af_netlink.c | 676 int (*bind)(struct net *net, int group); in netlink_create() local
|
/net/ |
D | socket.c | 1724 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) in SYSCALL_DEFINE3() argument
|
/net/netfilter/ |
D | nf_tables_api.c | 188 bool bind) in __nft_set_trans_bind() 223 struct nft_chain *chain, bool bind) in __nft_chain_trans_bind()
|