| /net/sched/ |
| A D | act_mpls.c | 164 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local 329 int bind, int ref) in tcf_mpls_dump() 383 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup()
|
| A D | act_gact.c | 59 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gact_init() local 186 int bind, int ref) in tcf_gact_dump() 240 u32 *index_inc, bool bind, in tcf_gact_offload_act_setup()
|
| A D | act_vlan.c | 123 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init() local 288 int bind, int ref) in tcf_vlan_dump() 357 u32 *index_inc, bool bind, in tcf_vlan_offload_act_setup()
|
| A D | act_sample.c | 42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local 225 int bind, int ref) in tcf_sample_dump() 297 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup()
|
| A D | act_skbedit.c | 121 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local 284 int bind, int ref) in tcf_skbedit_dump() 367 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup()
|
| A D | act_police.c | 46 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init() local 340 int bind, int ref) in tcf_police_dump() 437 u32 *index_inc, bool bind, in tcf_police_offload_act_setup()
|
| A D | act_connmark.c | 106 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init() local 193 int bind, int ref) in tcf_connmark_dump()
|
| A D | act_simple.c | 94 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init() local 172 int bind, int ref) in tcf_simp_dump()
|
| A D | act_skbmod.c | 109 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init() local 239 int bind, int ref) in tcf_skbmod_dump()
|
| A D | act_api.c | 373 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put() 393 static int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() 420 int tcf_idr_release(struct tc_action *a, bool bind) in tcf_idr_release() 508 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() 779 int bind, bool cpustats, u32 flags) in tcf_idr_create() 837 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags() 869 struct tc_action **a, int bind) in tcf_idr_check_alloc() 1187 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() 1239 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() 1245 int bind, int ref, bool terse) in tcf_action_dump() [all …]
|
| A D | act_nat.c | 40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local 268 int bind, int ref) in tcf_nat_dump()
|
| A D | act_pedit.c | 162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_pedit_init() local 500 int bind, int ref) in tcf_pedit_dump() 556 u32 *index_inc, bool bind, in tcf_pedit_offload_act_setup()
|
| A D | act_ctinfo.c | 160 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local 283 int bind, int ref) in tcf_ctinfo_dump()
|
| A D | act_csum.c | 49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init() local 632 static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_csum_dump() 682 u32 *index_inc, bool bind, in tcf_csum_offload_act_setup()
|
| A D | act_gate.c | 300 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init() local 498 int bind, int ref) in tcf_gate_dump() 602 u32 *index_inc, bool bind, in tcf_gate_offload_act_setup()
|
| A D | act_tunnel_key.c | 363 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init() local 717 int bind, int ref) in tunnel_key_dump() 800 bool bind, in tcf_tunnel_key_offload_act_setup()
|
| A D | act_bpf.c | 139 int bind, int ref) in tcf_bpf_dump() 285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
|
| A D | act_mirred.c | 131 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local 494 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump() 605 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup()
|
| A D | act_ct.c | 1347 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ct_init() local 1523 int bind, int ref) in tcf_ct_dump() 1601 u32 *index_inc, bool bind, in tcf_ct_offload_act_setup()
|
| A 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()
|
| /net/netlink/ |
| A D | af_netlink.h | 69 int (*bind)(struct net *net, int group); member
|
| A D | af_netlink.c | 651 int (*bind)(struct net *net, int group); in netlink_create() local
|
| /net/ |
| A D | socket.c | 1892 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) in SYSCALL_DEFINE3() argument
|
| /net/netfilter/ |
| A D | nf_tables_api.c | 210 bool bind) in __nft_set_trans_bind() 245 struct nft_chain *chain, bool bind) in __nft_chain_trans_bind()
|