Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 14 of 14) sorted by relevance

/net/sched/
Dact_mirred.c44 static int tcf_mirred_release(struct tcf_mirred *m, int bind) in tcf_mirred_release()
67 int bind) in tcf_mirred_init()
149 static int tcf_mirred_cleanup(struct tc_action *a, int bind) in tcf_mirred_cleanup()
215 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump()
Dact_simple.c58 static int tcf_simp_release(struct tcf_defact *d, int bind) in tcf_simp_release()
100 int ovr, int bind) in tcf_simp_init()
157 static int tcf_simp_cleanup(struct tc_action *a, int bind) in tcf_simp_cleanup()
167 int bind, int ref) in tcf_simp_dump()
Dact_ipt.c80 static int tcf_ipt_release(struct tcf_ipt *ipt, int bind) in tcf_ipt_release()
106 struct tc_action *a, int ovr, int bind) in tcf_ipt_init()
197 static int tcf_ipt_cleanup(struct tc_action *a, int bind) in tcf_ipt_cleanup()
251 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump()
Dact_skbedit.c72 int ovr, int bind) in tcf_skbedit_init()
148 static int tcf_skbedit_cleanup(struct tc_action *a, int bind) in tcf_skbedit_cleanup()
158 int bind, int ref) in tcf_skbedit_dump()
Dact_gact.c63 int ovr, int bind) in tcf_gact_init()
128 static int tcf_gact_cleanup(struct tc_action *a, int bind) in tcf_gact_cleanup()
162 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump()
Dact_nat.c48 struct tc_action *a, int ovr, int bind) in tcf_nat_init()
98 static int tcf_nat_cleanup(struct tc_action *a, int bind) in tcf_nat_cleanup()
270 int bind, int ref) in tcf_nat_dump()
Dact_pedit.c43 int ovr, int bind) in tcf_pedit_init()
113 static int tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup()
197 int bind, int ref) in tcf_pedit_dump()
Dact_api.c54 int tcf_hash_release(struct tcf_common *p, int bind, in tcf_hash_release()
211 struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a, int bind, in tcf_hash_check()
226 struct tc_action *a, int size, int bind, in tcf_hash_create()
403 void tcf_action_destroy(struct tc_action *act, int bind) in tcf_action_destroy()
423 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old()
433 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1()
462 tcf_action_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) in tcf_action_dump()
490 int bind) in tcf_action_init_1()
572 int bind) in tcf_action_init()
650 u16 flags, int event, int bind, int ref) in tca_get_fill()
Dact_police.c146 int ovr, int bind) in tcf_act_police_locate()
289 static int tcf_act_police_cleanup(struct tc_action *a, int bind) in tcf_act_police_cleanup()
365 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump()
Dact_csum.c55 struct tc_action *a, int ovr, int bind) in tcf_csum_init()
101 static int tcf_csum_cleanup(struct tc_action *a, int bind) in tcf_csum_cleanup()
551 struct tc_action *a, int bind, int ref) in tcf_csum_dump()
/net/netlink/
Daf_netlink.h75 void (*bind)(int group); member
Daf_netlink.c1069 void (*bind)(int group); in netlink_create() local
/net/tipc/
Dsocket.c309 static int bind(struct socket *sock, struct sockaddr *uaddr, int uaddr_len) in bind() function
/net/
Dsocket.c1511 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) in SYSCALL_DEFINE3() argument