Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 139) sorted by relevance

123456

/net/sctp/
Dsm_statefuns.c207 void *arg, in sctp_sf_do_4_C()
292 void *arg, in sctp_sf_do_5_1B_init()
477 void *arg, in sctp_sf_do_5_1C_ack()
625 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1D_ce()
848 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1E_ca()
926 void *arg, in sctp_sf_heartbeat()
960 void *arg, in sctp_sf_sendbeat_8_3()
1027 void *arg, in sctp_sf_beat_8_3()
1094 void *arg, in sctp_sf_backbeat_8_3()
1360 void *arg, sctp_cmd_seq_t *commands) in sctp_sf_do_unexpected_init()
[all …]
/net/bridge/
Dbr_stp_timer.c34 static void br_hello_timer_expired(unsigned long arg) in br_hello_timer_expired()
48 static void br_message_age_timer_expired(unsigned long arg) in br_message_age_timer_expired()
85 static void br_forward_delay_timer_expired(unsigned long arg) in br_forward_delay_timer_expired()
106 static void br_tcn_timer_expired(unsigned long arg) in br_tcn_timer_expired()
120 static void br_topology_change_timer_expired(unsigned long arg) in br_topology_change_timer_expired()
131 static void br_hold_timer_expired(unsigned long arg) in br_hold_timer_expired()
/net/tipc/
Dcore.h104 #define err(fmt, arg...) tipc_printf(TIPC_OUTPUT, \ argument
106 #define warn(fmt, arg...) tipc_printf(TIPC_OUTPUT, \ argument
108 #define info(fmt, arg...) tipc_printf(TIPC_OUTPUT, \ argument
113 #define err(fmt, arg...) printk(KERN_ERR "TIPC: " fmt , ## arg) argument
114 #define info(fmt, arg...) printk(KERN_INFO "TIPC: " fmt , ## arg) argument
115 #define warn(fmt, arg...) printk(KERN_WARNING "TIPC: " fmt , ## arg) argument
137 #define dbg(fmt, arg...) \ argument
147 #define dump(fmt, arg...) \ argument
158 #define dbg(fmt, arg...) do {} while (0) argument
160 #define dump(fmt, arg...) do {} while (0) argument
/net/sched/
Dsch_drr.c65 struct nlattr **tca, unsigned long *arg) in drr_change_class()
145 static int drr_delete_class(struct Qdisc *sch, unsigned long arg) in drr_delete_class()
175 static void drr_put_class(struct Qdisc *sch, unsigned long arg) in drr_put_class()
204 static void drr_unbind_tcf(struct Qdisc *sch, unsigned long arg) in drr_unbind_tcf()
211 static int drr_graft_class(struct Qdisc *sch, unsigned long arg, in drr_graft_class()
231 static struct Qdisc *drr_class_leaf(struct Qdisc *sch, unsigned long arg) in drr_class_leaf()
238 static void drr_qlen_notify(struct Qdisc *csh, unsigned long arg) in drr_qlen_notify()
246 static int drr_dump_class(struct Qdisc *sch, unsigned long arg, in drr_dump_class()
267 static int drr_dump_class_stats(struct Qdisc *sch, unsigned long arg, in drr_dump_class_stats()
285 static void drr_walk(struct Qdisc *sch, struct qdisc_walker *arg) in drr_walk()
Dsch_ingress.c25 static int ingress_graft(struct Qdisc *sch, unsigned long arg, in ingress_graft()
31 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) in ingress_leaf()
52 struct nlattr **tca, unsigned long *arg) in ingress_change()
Dsch_tbf.c385 static int tbf_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in tbf_graft()
403 static struct Qdisc *tbf_leaf(struct Qdisc *sch, unsigned long arg) in tbf_leaf()
414 static void tbf_put(struct Qdisc *sch, unsigned long arg) in tbf_put()
419 struct nlattr **tca, unsigned long *arg) in tbf_change_class()
424 static int tbf_delete(struct Qdisc *sch, unsigned long arg) in tbf_delete()
Dsch_red.c278 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in red_graft()
295 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) in red_leaf()
306 static void red_put(struct Qdisc *sch, unsigned long arg) in red_put()
312 struct nlattr **tca, unsigned long *arg) in red_change_class()
Dsch_dsmark.c54 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, in dsmark_graft()
80 static struct Qdisc *dsmark_leaf(struct Qdisc *sch, unsigned long arg) in dsmark_leaf()
113 struct nlattr **tca, unsigned long *arg) in dsmark_change()
151 static int dsmark_delete(struct Qdisc *sch, unsigned long arg) in dsmark_delete()
Dsch_htb.c1042 static int htb_dump_class(struct Qdisc *sch, unsigned long arg, in htb_dump_class()
1082 htb_dump_class_stats(struct Qdisc *sch, unsigned long arg, struct gnet_dump *d) in htb_dump_class_stats()
1099 static int htb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in htb_graft()
1124 static struct Qdisc *htb_leaf(struct Qdisc *sch, unsigned long arg) in htb_leaf()
1130 static void htb_qlen_notify(struct Qdisc *sch, unsigned long arg) in htb_qlen_notify()
1219 static int htb_delete(struct Qdisc *sch, unsigned long arg) in htb_delete()
1269 static void htb_put(struct Qdisc *sch, unsigned long arg) in htb_put()
1279 unsigned long *arg) in htb_change_class()
1456 static struct tcf_proto **htb_find_tcf(struct Qdisc *sch, unsigned long arg) in htb_find_tcf()
1484 static void htb_unbind_filter(struct Qdisc *sch, unsigned long arg) in htb_unbind_filter()
[all …]
Dcls_cgroup.c162 unsigned long *arg) in cls_cgroup_change()
218 static int cls_cgroup_delete(struct tcf_proto *tp, unsigned long arg) in cls_cgroup_delete()
223 static void cls_cgroup_walk(struct tcf_proto *tp, struct tcf_walker *arg) in cls_cgroup_walk()
Dsch_multiq.c295 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in multiq_graft()
318 multiq_leaf(struct Qdisc *sch, unsigned long arg) in multiq_leaf()
352 struct nlattr **tca, unsigned long *arg) in multiq_change()
398 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) in multiq_walk()
Dcls_tcindex.c145 __tcindex_delete(struct tcf_proto *tp, unsigned long arg, int lock) in __tcindex_delete()
179 static int tcindex_delete(struct tcf_proto *tp, unsigned long arg) in tcindex_delete()
335 struct nlattr **tca, unsigned long *arg) in tcindex_change()
399 unsigned long arg, struct tcf_walker *walker) in tcindex_destroy_element()
Dsch_prio.c259 static int prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in prio_graft()
282 prio_leaf(struct Qdisc *sch, unsigned long arg) in prio_leaf()
314 …int prio_change(struct Qdisc *sch, u32 handle, u32 parent, struct nlattr **tca, unsigned long *arg) in prio_change()
360 static void prio_walk(struct Qdisc *sch, struct qdisc_walker *arg) in prio_walk()
Dcls_basic.c115 static int basic_delete(struct tcf_proto *tp, unsigned long arg) in basic_delete()
168 struct nlattr **tca, unsigned long *arg) in basic_change()
229 static void basic_walk(struct tcf_proto *tp, struct tcf_walker *arg) in basic_walk()
Dcls_fw.c167 static int fw_delete(struct tcf_proto *tp, unsigned long arg) in fw_delete()
240 unsigned long *arg) in fw_change()
302 static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg) in fw_walk()
/net/atm/
Dioctl.c50 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg, int compat) in do_vcc_ioctl()
189 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl()
195 int vcc_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_compat_ioctl()
Dpppoatm.c88 static void pppoatm_wakeup_sender(unsigned long arg) in pppoatm_wakeup_sender()
246 unsigned long arg) in pppoatm_devppp_ioctl()
264 static int pppoatm_assign_vcc(struct atm_vcc *atmvcc, void __user *arg) in pppoatm_assign_vcc()
308 unsigned long arg) in pppoatm_ioctl()
/net/bluetooth/
Dhci_conn.c158 static void hci_conn_timeout(unsigned long arg) in hci_conn_timeout()
192 static void hci_conn_idle(unsigned long arg) in hci_conn_idle()
584 int hci_get_conn_list(void __user *arg) in hci_get_conn_list()
638 int hci_get_conn_info(struct hci_dev *hdev, void __user *arg) in hci_get_conn_info()
666 int hci_get_auth_info(struct hci_dev *hdev, void __user *arg) in hci_get_auth_info()
Dhci_core.c405 int hci_inquiry(void __user *arg) in hci_inquiry()
664 int hci_dev_cmd(unsigned int cmd, void __user *arg) in hci_dev_cmd()
738 int hci_get_dev_list(void __user *arg) in hci_get_dev_list()
779 int hci_get_dev_info(void __user *arg) in hci_get_dev_info()
1399 static void hci_tx_task(unsigned long arg) in hci_tx_task()
1499 static void hci_rx_task(unsigned long arg) in hci_rx_task()
1554 static void hci_cmd_task(unsigned long arg) in hci_cmd_task()
/net/ipv6/
Dip6_fib.c67 void *arg; member
351 struct rt6_rtnl_dump_arg arg; in inet6_dump_fib() local
1347 int (*func)(struct rt6_info *, void *arg), in fib6_clean_tree()
1362 void fib6_clean_all(struct net *net, int (*func)(struct rt6_info *, void *arg), in fib6_clean_all()
1383 static int fib6_prune_clone(struct rt6_info *rt, void *arg) in fib6_prune_clone()
1409 static int fib6_age(struct rt6_info *rt, void *arg) in fib6_age()
1473 static void fib6_gc_timer_cb(unsigned long arg) in fib6_gc_timer_cb()
/net/bluetooth/cmtp/
Dsock.c61 static int cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in cmtp_sock_ioctl()
136 static int cmtp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in cmtp_sock_compat_ioctl()
/net/bluetooth/bnep/
Dsock.c63 static int bnep_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bnep_sock_ioctl()
141 static int bnep_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bnep_sock_compat_ioctl()
/net/ipv4/
Dinet_fragment.c195 void *arg) in inet_frag_intern()
238 struct inet_frags *f, void *arg) in inet_frag_alloc()
257 struct inet_frags *f, void *arg) in inet_frag_create()
/net/bluetooth/rfcomm/
Dtty.c384 static int rfcomm_create_dev(struct sock *sk, void __user *arg) in rfcomm_create_dev()
426 static int rfcomm_release_dev(void __user *arg) in rfcomm_release_dev()
457 static int rfcomm_get_dev_list(void __user *arg) in rfcomm_get_dev_list()
507 static int rfcomm_get_dev_info(void __user *arg) in rfcomm_get_dev_info()
534 int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in rfcomm_dev_ioctl()
636 static void rfcomm_tty_wakeup(unsigned long arg) in rfcomm_tty_wakeup()
829 …nt rfcomm_tty_ioctl(struct tty_struct *tty, struct file *filp, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl()
/net/decnet/
Ddn_timer.c51 static void dn_slow_timer(unsigned long arg) in dn_slow_timer()

123456