Searched refs:put (Results 1 – 25 of 47) sorted by relevance
12
/net/ax25/ |
D | ax25_ip.c | 132 goto put; in ax25_rebuild_header() 158 goto put; in ax25_rebuild_header() 186 goto put; in ax25_rebuild_header() 203 goto put; in ax25_rebuild_header() 211 put: in ax25_rebuild_header()
|
D | ax25_route.c | 422 goto put; in ax25_rt_autobind() 432 goto put; in ax25_rt_autobind() 442 goto put; in ax25_rt_autobind() 453 put: in ax25_rt_autobind()
|
/net/dns_resolver/ |
D | dns_query.c | 137 goto put; in dns_query() 142 goto put; in dns_query() 151 goto put; in dns_query() 160 put: in dns_query()
|
/net/atm/ |
D | mpc.c | 517 mpc->in_ops->put(entry); in send_via_shortcut() 524 mpc->in_ops->put(entry); in send_via_shortcut() 534 mpc->in_ops->put(entry); in send_via_shortcut() 562 mpc->in_ops->put(entry); in send_via_shortcut() 634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 672 mpc->in_ops->put(in_entry); in mpc_vcc_close() 678 mpc->eg_ops->put(eg_entry); in mpc_vcc_close() 765 mpc->eg_ops->put(eg); in mpc_push() 776 mpc->eg_ops->put(eg); in mpc_push() [all …]
|
D | mpoa_caches.h | 40 void (*put)(in_cache_entry *entry); member 70 void (*put)(eg_cache_entry *entry); member
|
D | mpoa_caches.c | 206 client->in_ops->put(entry); in in_cache_remove_entry() 217 client->eg_ops->put(eg_entry); in in_cache_remove_entry() 441 client->eg_ops->put(entry); in eg_cache_remove_entry() 451 client->in_ops->put(in_entry); in eg_cache_remove_entry()
|
/net/core/ |
D | netpoll.c | 676 goto put; in netpoll_setup() 688 goto put; in netpoll_setup() 722 goto put; in netpoll_setup() 749 goto put; in netpoll_setup() 756 goto put; in netpoll_setup() 766 goto put; in netpoll_setup() 771 put: in netpoll_setup()
|
/net/caif/ |
D | cfsrvl.c | 211 void (*put)(struct cflayer *lyr)) in caif_client_register_refcnt() 219 service->put = put; in caif_client_register_refcnt()
|
/net/irda/irlan/ |
D | Kconfig | 7 irlan. IrLAN emulates an Ethernet and makes it possible to put up
|
/net/irda/ircomm/ |
D | ircomm_tty.c | 601 goto put; in ircomm_tty_do_softint() 620 put: in ircomm_tty_do_softint() 1074 goto put; in ircomm_tty_check_modem_status() 1088 goto put; in ircomm_tty_check_modem_status() 1098 put: in ircomm_tty_check_modem_status()
|
D | ircomm_tty_attach.c | 582 goto put; in ircomm_tty_link_established() 593 put: in ircomm_tty_link_established()
|
/net/sched/ |
D | sch_ingress.c | 115 .put = ingress_put,
|
D | cls_cgroup.c | 220 .put = cls_cgroup_put,
|
D | cls_api.c | 344 cops->put(q, cl); in tc_ctl_tfilter() 501 cops->put(q, cl); in tc_dump_tfilter()
|
D | sch_api.c | 164 if (!(cops->get && cops->put && cops->walk && cops->leaf)) in register_qdisc() 321 cops->put(p, cl); in qdisc_leaf() 767 cops->put(sch, cl); in qdisc_tree_reduce_backlog() 861 cops->put(parent, cl); in qdisc_graft() 1639 cops->put(q, cl); in tc_ctl_tclass()
|
D | sch_mq.c | 231 .put = mq_put,
|
D | cls_basic.c | 296 .put = basic_put,
|
D | cls_bpf.c | 366 .put = cls_bpf_put,
|
D | sch_multiq.c | 401 .put = multiq_put,
|
D | sch_prio.c | 364 .put = prio_put,
|
D | sch_red.c | 352 .put = red_put,
|
D | cls_fw.c | 414 .put = fw_put,
|
D | sch_mqprio.c | 398 .put = mqprio_put,
|
D | sch_dsmark.c | 471 .put = dsmark_put,
|
/net/ceph/ |
D | messenger.c | 632 msg->con->ops->put(msg->con); in ceph_msg_remove() 659 con->ops->put(con); in reset_connection() 2420 con->ops->put(con); in process_message() 2694 con->ops->put(con); in queue_con_delay() 2711 con->ops->put(con); in cancel_con() 2840 con->ops->put(con); in con_work() 2871 con->ops->put(con); in con_fault() 2996 msg->con->ops->put(msg->con); in ceph_msg_revoke()
|
12