Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 133) sorted by relevance

123456

/net/irda/
Diriap_event.c128 void iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_client_event()
137 void iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_call_event()
146 void iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_server_event()
155 void iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_r_connect_event()
171 static void state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_s_disconnect()
201 static void state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, in state_s_connecting()
234 static void state_s_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_call()
257 static void state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_make_call()
285 static void state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, in state_s_calling()
297 static void state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, in state_s_outstanding()
[all …]
Dirlap_event.c235 void irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event, in irlap_do_event()
324 static int irlap_state_ndm(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_ndm()
557 static int irlap_state_query(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_query()
668 static int irlap_state_reply(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_reply()
734 static int irlap_state_conn(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_conn()
828 static int irlap_state_setup(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_setup()
962 static int irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_offline()
978 static int irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_xmit_p()
1132 static int irlap_state_pclose(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_pclose()
1187 static int irlap_state_nrm_p(struct irlap_cb *self, IRLAP_EVENT event, in irlap_state_nrm_p()
[all …]
Dirlmp_event.c137 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_do_lsap_event()
155 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event, in irlmp_do_lap_event()
204 IRLMP_EVENT event) in irlmp_do_all_lsap_event()
248 static void irlmp_state_standby(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_standby()
297 static void irlmp_state_u_connect(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_u_connect()
372 static void irlmp_state_active(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_active()
477 static int irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_disconnected()
554 static int irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect()
614 static int irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect_pend()
678 static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_dtr()
[all …]
/net/sctp/
Dulpevent.c53 static void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init()
66 struct sctp_ulpevent *event; in sctp_ulpevent_new() local
83 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) in sctp_ulpevent_is_notification()
91 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner()
110 static inline void sctp_ulpevent_release_owner(struct sctp_ulpevent *event) in sctp_ulpevent_release_owner()
134 struct sctp_ulpevent *event; in sctp_ulpevent_make_assoc_change() local
263 struct sctp_ulpevent *event; in sctp_ulpevent_make_peer_addr_change() local
377 struct sctp_ulpevent *event; in sctp_ulpevent_make_remote_error() local
433 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed() local
542 struct sctp_ulpevent *event; in sctp_ulpevent_make_shutdown_event() local
[all …]
Dulpqueue.c74 struct sctp_ulpevent *event; in sctp_ulpq_flush() local
99 struct sctp_ulpevent *event; in sctp_ulpq_tail_data() local
155 struct sctp_ulpevent *event; in sctp_clear_pd() local
191 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
287 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
337 struct sctp_ulpevent *event; in sctp_make_reassembled_event() local
591 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
701 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn() local
731 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain() local
759 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
[all …]
/net/irda/irlan/
Dirlan_client_event.c77 void irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event, in irlan_do_client_event()
92 static int irlan_client_state_idle(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_idle()
134 static int irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_query()
185 static int irlan_client_state_conn(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_conn()
218 static int irlan_client_state_info(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_info()
258 static int irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_media()
293 static int irlan_client_state_open(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_open()
364 static int irlan_client_state_wait(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_wait()
391 static int irlan_client_state_arb(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_arb()
446 static int irlan_client_state_data(struct irlan_cb *self, IRLAN_EVENT event, in irlan_client_state_data()
[all …]
Dirlan_provider_event.c58 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event, in irlan_do_provider_event()
72 static int irlan_provider_state_idle(struct irlan_cb *self, IRLAN_EVENT event, in irlan_provider_state_idle()
97 static int irlan_provider_state_info(struct irlan_cb *self, IRLAN_EVENT event, in irlan_provider_state_info()
162 static int irlan_provider_state_open(struct irlan_cb *self, IRLAN_EVENT event, in irlan_provider_state_open()
199 static int irlan_provider_state_data(struct irlan_cb *self, IRLAN_EVENT event, in irlan_provider_state_data()
/net/irda/ircomm/
Dircomm_event.c91 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_idle()
120 static int ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_waiti()
150 static int ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_waitr()
183 static int ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_conn()
225 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_do_event()
Dircomm_tty_attach.c617 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, in ircomm_tty_do_event()
654 IRCOMM_TTY_EVENT event, in ircomm_tty_state_idle()
718 IRCOMM_TTY_EVENT event, in ircomm_tty_state_search()
791 IRCOMM_TTY_EVENT event, in ircomm_tty_state_query_parameters()
849 IRCOMM_TTY_EVENT event, in ircomm_tty_state_query_lsap_sel()
898 IRCOMM_TTY_EVENT event, in ircomm_tty_state_setup()
952 IRCOMM_TTY_EVENT event, in ircomm_tty_state_ready()
/net/phonet/
Dpn_netlink.c38 void phonet_address_notify(int event, struct net_device *dev, u8 addr) in phonet_address_notify()
107 u32 portid, u32 seq, int event) in fill_addr()
172 u32 portid, u32 seq, int event) in fill_route()
202 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) in rtm_phonet_notify()
/net/rds/
Dib_cm.c96 void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) in rds_ib_cm_connect_complete()
214 static void rds_ib_cq_event_handler(struct ib_event *event, void *data) in rds_ib_cq_event_handler()
327 static void rds_ib_qp_event_handler(struct ib_event *event, void *data) in rds_ib_qp_event_handler()
538 static u32 rds_ib_protocol_compatible(struct rdma_cm_event *event) in rds_ib_protocol_compatible()
580 struct rdma_cm_event *event) in rds_ib_cm_handle_connect()
Drdma_transport.c43 struct rdma_cm_event *event) in rds_rdma_cm_event_handler()
/net/bridge/
Dbr.c32 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr) in br_device_event()
126 unsigned long event, void *ptr) in br_switchdev_event()
/net/netfilter/
Dnf_tables_netdev.c86 static void nft_netdev_event(unsigned long event, struct net_device *dev, in nft_netdev_event()
108 unsigned long event, void *ptr) in nf_tables_netdev_event()
/net/ipv4/netfilter/
Dnf_nat_masquerade_ipv4.c87 unsigned long event, in masq_device_event()
108 unsigned long event, in masq_inet_event()
/net/802/
Dgarp.c279 enum garp_attr_event event) in garp_pdu_append_attr()
314 struct garp_attr *attr, enum garp_event event) in garp_attr_event()
383 static void garp_gid_event(struct garp_applicant *app, enum garp_event event) in garp_gid_event()
433 enum garp_event event; in garp_pdu_parse_attr() local
Dmrp.c472 struct mrp_attr *attr, enum mrp_event event) in mrp_attr_event()
569 static void mrp_mad_event(struct mrp_applicant *app, enum mrp_event event) in mrp_mad_event()
639 enum mrp_event event; in mrp_pdu_parse_vecattr_event() local
/net/ipv6/netfilter/
Dnf_nat_masquerade_ipv6.c69 unsigned long event, void *ptr) in masq_device_event()
122 unsigned long event, void *ptr) in masq_inet_event()
/net/vmw_vsock/
Dvirtio_transport.c301 struct virtio_vsock_event *event) in virtio_vsock_event_fill_one()
319 struct virtio_vsock_event *event = &vsock->event_list[i]; in virtio_vsock_event_fill() local
348 struct virtio_vsock_event *event) in virtio_vsock_event_handle()
369 struct virtio_vsock_event *event; in virtio_transport_event_work() local
/net/xfrm/
Dxfrm_replay.c49 static void xfrm_replay_notify(struct xfrm_state *x, int event) in xfrm_replay_notify()
288 static void xfrm_replay_notify_bmp(struct xfrm_state *x, int event) in xfrm_replay_notify_bmp()
339 static void xfrm_replay_notify_esn(struct xfrm_state *x, int event) in xfrm_replay_notify_esn()
/net/mac80211/
Dmesh_plink.c785 enum plink_event event) in mesh_plink_close()
823 struct sta_info *sta, enum plink_event event) in mesh_plink_fsm()
988 enum plink_event event = PLINK_UNDEFINED; in mesh_plink_get_event() local
1079 enum plink_event event; in mesh_process_plink_frame() local
/net/sched/
Dcls_api.c108 struct tcf_proto __rcu **chain, int event) in tfilter_notify_chain()
391 u32 seq, u16 flags, int event) in tcf_fill_node()
426 unsigned long fh, int event, bool unicast) in tfilter_notify()
/net/openvswitch/
Ddp_notify.c72 static int dp_device_event(struct notifier_block *unused, unsigned long event, in dp_device_event()
/net/wireless/
Dwext-sme.c92 bool event = true; in cfg80211_mgd_wext_siwfreq() local
191 bool event = true; in cfg80211_mgd_wext_siwessid() local
/net/hsr/
Dhsr_main.c23 static int hsr_netdev_notify(struct notifier_block *nb, unsigned long event, in hsr_netdev_notify()

123456