Searched defs:bind (Results 1 – 13 of 13) sorted by relevance
/net/sched/ |
D | act_simple.c | 49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release() 81 int ovr, int bind) in tcf_simp_init() 136 int bind, int ref) in tcf_simp_dump()
|
D | act_mirred.c | 35 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release() 49 int bind) in tcf_mirred_init() 185 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump()
|
D | act_pedit.c | 34 int ovr, int bind) in tcf_pedit_init() 100 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup() 177 int bind, int ref) in tcf_pedit_dump()
|
D | act_api.c | 48 int tcf_hash_release(struct tc_action *a, int bind) in tcf_hash_release() 212 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() 238 int size, int bind) in tcf_hash_create() 410 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() 428 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() 434 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() 460 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() 487 int bind) in tcf_action_init_1() 570 int bind, struct list_head *actions) in tcf_action_init() 642 u16 flags, int event, int bind, int ref) in tca_get_fill()
|
D | act_ipt.c | 73 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release() 89 struct tc_action *a, int ovr, int bind) in tcf_ipt_init() 223 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump()
|
D | act_skbedit.c | 62 int ovr, int bind) in tcf_skbedit_init() 137 int bind, int ref) in tcf_skbedit_dump()
|
D | act_gact.c | 54 int ovr, int bind) in tcf_gact_init() 142 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump()
|
D | act_nat.c | 39 struct tc_action *a, int ovr, int bind) in tcf_nat_init() 251 int bind, int ref) in tcf_nat_dump()
|
D | act_police.c | 116 int ovr, int bind) in tcf_act_police_locate() 313 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump()
|
D | act_csum.c | 46 struct tc_action *a, int ovr, int bind) in tcf_csum_init() 533 struct tc_action *a, int bind, int ref) in tcf_csum_dump()
|
/net/netlink/ |
D | af_netlink.h | 63 int (*bind)(int group); member
|
D | af_netlink.c | 609 int (*bind)(int group); in netlink_create() local
|
/net/ |
D | socket.c | 1538 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) in SYSCALL_DEFINE3() argument
|