Searched refs:event (Results 1 - 25 of 135) sorted by relevance

123456

/net/sctp/
H A Dulpevent.c9 * These functions manipulate an sctp event. The struct ulpevent is used
46 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
48 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event);
49 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
52 /* Initialize an ULP event from an given skb. */
53 static void sctp_ulpevent_init(struct sctp_ulpevent *event, argument
57 memset(event, 0, sizeof(struct sctp_ulpevent));
58 event->msg_flags = msg_flags;
59 event->rmem_len = len;
66 struct sctp_ulpevent *event; local
83 sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) argument
91 sctp_ulpevent_set_owner(struct sctp_ulpevent *event, const struct sctp_association *asoc) argument
107 sctp_ulpevent_release_owner(struct sctp_ulpevent *event) argument
131 struct sctp_ulpevent *event; local
260 struct sctp_ulpevent *event; local
374 struct sctp_ulpevent *event; local
430 struct sctp_ulpevent *event; local
539 struct sctp_ulpevent *event; local
602 struct sctp_ulpevent *event; local
639 struct sctp_ulpevent *event = NULL; local
735 struct sctp_ulpevent *event; local
787 struct sctp_ulpevent *event; local
826 struct sctp_ulpevent *event; local
851 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event) argument
864 sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr) argument
892 sctp_ulpevent_read_rcvinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr) argument
917 __sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr, const struct sk_buff *skb) argument
936 sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr, struct sock *sk) argument
955 sctp_ulpevent_receive_data(struct sctp_ulpevent *event, struct sctp_association *asoc) argument
981 sctp_ulpevent_release_data(struct sctp_ulpevent *event) argument
1013 sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event) argument
1039 sctp_ulpevent_free(struct sctp_ulpevent *event) argument
1056 struct sctp_ulpevent *event = sctp_skb2event(skb); local
[all...]
H A Dulpqueue.c74 struct sctp_ulpevent *event; local
77 event = sctp_skb2event(skb);
78 sctp_ulpevent_free(event);
82 event = sctp_skb2event(skb);
83 sctp_ulpevent_free(event);
99 struct sctp_ulpevent *event; local
102 /* Create an event from the incoming chunk. */
103 event = sctp_ulpevent_make_rcvmsg(chunk->asoc, chunk, gfp);
104 if (!event)
108 event
157 struct sctp_ulpevent *event; local
193 sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
281 sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
332 struct sctp_ulpevent *event; local
585 sctp_ulpq_reasm(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
696 struct sctp_ulpevent *event; local
726 struct sctp_ulpevent *event = NULL; local
753 sctp_ulpq_retrieve_ordered(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
795 sctp_ulpq_store_ordered(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
844 sctp_ulpq_order(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
886 struct sctp_ulpevent *event; local
978 struct sctp_ulpevent *event; local
1036 struct sctp_ulpevent *event; local
[all...]
/net/irda/
H A Diriap_event.c34 static void state_s_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
36 static void state_s_connecting (struct iriap_cb *self, IRIAP_EVENT event,
38 static void state_s_call (struct iriap_cb *self, IRIAP_EVENT event,
41 static void state_s_make_call (struct iriap_cb *self, IRIAP_EVENT event,
43 static void state_s_calling (struct iriap_cb *self, IRIAP_EVENT event,
45 static void state_s_outstanding (struct iriap_cb *self, IRIAP_EVENT event,
47 static void state_s_replying (struct iriap_cb *self, IRIAP_EVENT event,
49 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event,
51 static void state_s_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
54 static void state_r_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
128 iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
137 iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
146 iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
155 iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
171 state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
201 state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
234 state_s_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
257 state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
285 state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
297 state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
320 state_s_replying(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
332 state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
345 state_s_wait_active(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
363 state_r_disconnect(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
399 state_r_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
423 state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
429 state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
441 state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
464 state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
493 state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlmp_event.c5 * Description: An IrDA LMP event driver for Linux
139 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event, argument
146 __func__, irlmp_event[event], irlsap_state[ self->lsap_state]);
148 return (*lsap_state[self->lsap_state]) (self, event, skb);
152 * Function do_lap_event (event, skb, info)
157 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event, argument
164 irlmp_event[event],
167 (*lap_state[self->lap_state]) (self, event, skb);
208 * Send an event on all LSAPs attached to this LAP.
212 IRLMP_EVENT event)
211 irlmp_do_all_lsap_event(hashbin_t * lsap_hashbin, IRLMP_EVENT event) argument
256 irlmp_state_standby(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
306 irlmp_state_u_connect(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
381 irlmp_state_active(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
488 irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
567 irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
629 irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
695 irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
787 irlmp_state_setup(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
859 irlmp_state_setup_pend(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlap_event.c50 static int irlap_state_ndm (struct irlap_cb *self, IRLAP_EVENT event,
52 static int irlap_state_query (struct irlap_cb *self, IRLAP_EVENT event,
54 static int irlap_state_reply (struct irlap_cb *self, IRLAP_EVENT event,
56 static int irlap_state_conn (struct irlap_cb *self, IRLAP_EVENT event,
58 static int irlap_state_setup (struct irlap_cb *self, IRLAP_EVENT event,
60 static int irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event,
62 static int irlap_state_xmit_p (struct irlap_cb *self, IRLAP_EVENT event,
64 static int irlap_state_pclose (struct irlap_cb *self, IRLAP_EVENT event,
66 static int irlap_state_nrm_p (struct irlap_cb *self, IRLAP_EVENT event,
68 static int irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event,
237 irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
326 irlap_state_ndm(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
558 irlap_state_query(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
669 irlap_state_reply(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
737 irlap_state_conn(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
831 irlap_state_setup(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
967 irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
983 irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1137 irlap_state_pclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1194 irlap_state_nrm_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1608 irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1655 irlap_state_reset(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1748 irlap_state_xmit_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1868 irlap_state_nrm_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2227 irlap_state_sclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2296 irlap_state_reset_check( struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
[all...]
/net/irda/irlan/
H A Dirlan_client_event.c39 static int irlan_client_state_idle (struct irlan_cb *self, IRLAN_EVENT event,
41 static int irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event,
43 static int irlan_client_state_conn (struct irlan_cb *self, IRLAN_EVENT event,
45 static int irlan_client_state_info (struct irlan_cb *self, IRLAN_EVENT event,
47 static int irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event,
49 static int irlan_client_state_open (struct irlan_cb *self, IRLAN_EVENT event,
51 static int irlan_client_state_wait (struct irlan_cb *self, IRLAN_EVENT event,
53 static int irlan_client_state_arb (struct irlan_cb *self, IRLAN_EVENT event,
55 static int irlan_client_state_data (struct irlan_cb *self, IRLAN_EVENT event,
57 static int irlan_client_state_close(struct irlan_cb *self, IRLAN_EVENT event,
77 irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
92 irlan_client_state_idle(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
136 irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
189 irlan_client_state_conn(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
224 irlan_client_state_info(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
266 irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
303 irlan_client_state_open(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
376 irlan_client_state_wait(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
405 irlan_client_state_arb(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
462 irlan_client_state_data(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
494 irlan_client_state_close(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
511 irlan_client_state_sync(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlan_provider_event.c33 static int irlan_provider_state_idle(struct irlan_cb *self, IRLAN_EVENT event,
35 static int irlan_provider_state_info(struct irlan_cb *self, IRLAN_EVENT event,
37 static int irlan_provider_state_open(struct irlan_cb *self, IRLAN_EVENT event,
39 static int irlan_provider_state_data(struct irlan_cb *self, IRLAN_EVENT event,
42 static int (*state[])(struct irlan_cb *self, IRLAN_EVENT event,
58 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event, argument
63 (*state[self->provider.state]) (self, event, skb);
67 * Function irlan_provider_state_idle (event, skb, info)
72 static int irlan_provider_state_idle(struct irlan_cb *self, IRLAN_EVENT event, argument
79 switch(event) {
99 irlan_provider_state_info(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
166 irlan_provider_state_open(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
205 irlan_provider_state_data(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
[all...]
/net/irda/ircomm/
H A Dircomm_event.c41 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event,
43 static int ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event,
45 static int ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event,
47 static int ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event,
78 static int (*state[])(struct ircomm_cb *self, IRCOMM_EVENT event,
88 * Function ircomm_state_idle (self, event, skb)
93 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event, argument
98 switch (event) {
109 IRDA_DEBUG(4, "%s(), unknown event: %s\n", __func__ ,
110 ircomm_event[event]);
122 ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
152 ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
185 ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
227 ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
[all...]
H A Dircomm_tty_attach.c58 IRCOMM_TTY_EVENT event,
62 IRCOMM_TTY_EVENT event,
66 IRCOMM_TTY_EVENT event,
70 IRCOMM_TTY_EVENT event,
74 IRCOMM_TTY_EVENT event,
78 IRCOMM_TTY_EVENT event,
111 static int (*state[])(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,
634 * Function ircomm_tty_do_event (self, event, skb)
636 * Process event
639 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, argument
675 ircomm_tty_state_idle(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
739 ircomm_tty_state_search(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
812 ircomm_tty_state_query_parameters(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
870 ircomm_tty_state_query_lsap_sel(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
919 ircomm_tty_state_setup(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
973 ircomm_tty_state_ready(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
[all...]
/net/rds/
H A Drdma_transport.c69 struct rdma_cm_event *event)
76 rdsdebug("conn %p id %p handling event %u (%s)\n", conn, cm_id,
77 event->event, rds_cm_event_str(event->event));
95 if (event->event == RDMA_CM_EVENT_CONNECT_REQUEST)
101 switch (event->event) {
68 rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id, struct rdma_cm_event *event) argument
[all...]
H A Drdma_transport.h12 struct rdma_cm_event *event);
H A Dib_cm.c125 void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) argument
132 if (event->param.conn.private_data_len >= sizeof(*dp)) {
133 dp = event->param.conn.private_data;
234 static void rds_ib_cq_event_handler(struct ib_event *event, void *data) argument
236 rdsdebug("event %u (%s) data %p\n",
237 event->event, rds_ib_event_str(event->event), data);
240 static void rds_ib_qp_event_handler(struct ib_event *event, voi argument
404 rds_ib_protocol_compatible(struct rdma_cm_event *event) argument
445 rds_ib_cm_handle_connect(struct rdma_cm_id *cm_id, struct rdma_cm_event *event) argument
[all...]
/net/bridge/
H A Dbr.c31 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr) argument
40 if ((dev->priv_flags & IFF_EBRIDGE) && event == NETDEV_REGISTER) {
52 switch (event) {
107 call_netdevice_notifiers(event, br->dev);
112 if (event == NETDEV_CHANGEADDR || event == NETDEV_UP ||
113 event == NETDEV_CHANGE || event == NETDEV_DOWN)
/net/ipv4/
H A Dtcp_vegas.h21 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
H A Dfib_lookup.h30 int fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id,
33 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
/net/ipv6/netfilter/
H A Dnf_nat_masquerade_ipv6.c65 unsigned long event, void *ptr)
70 if (event == NETDEV_DOWN)
82 unsigned long event, void *ptr)
88 return masq_device_event(this, event, &info);
64 masq_device_event(struct notifier_block *this, unsigned long event, void *ptr) argument
81 masq_inet_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/net/tipc/
H A Dsubscr.h50 * @filter: event filtering to be done for subscription
74 u32 found_upper, u32 event, u32 port_ref,
/net/mac80211/
H A Dmesh_plink.c709 enum plink_event event)
713 u16 reason = (event == CLS_ACPT) ?
739 * mesh_plink_fsm - step @sta MPM based on @event
743 * @event: peering event
748 struct sta_info *sta, enum plink_event event)
754 mpl_dbg(sdata, "peer %pM in state %s got event %s\n", sta->sta.addr,
755 mplstates[sta->plink_state], mplevents[event]);
760 switch (event) {
779 switch (event) {
707 mesh_plink_close(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum plink_event event) argument
747 mesh_plink_fsm(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum plink_event event) argument
908 enum plink_event event = PLINK_UNDEFINED; local
1001 enum plink_event event; local
[all...]
/net/
H A Dactivity_stats.c80 unsigned long event, void *dummy)
82 switch (event) {
79 activity_stats_notifier(struct notifier_block *nb, unsigned long event, void *dummy) argument
/net/irda/irnet/
H A Dirnet_ppp.c182 * at the startup of the event channel and save it in the internal struct.
203 * Function irnet_read_discovery_log (self, event)
208 * at the startup of the event channel.
209 * Return 1 if wrote an event on the control channel...
217 irnet_read_discovery_log(irnet_socket *ap, char *event, int buf_size) argument
221 DENTER(CTRL_TRACE, "(ap=0x%p, event=0x%p)\n",
222 ap, event);
238 /* Write an event */
239 snprintf(event, buf_size,
249 /* We have an event */
285 char event[75]; local
[all...]
/net/openvswitch/
H A Ddp_notify.c75 static int dp_device_event(struct notifier_block *unused, unsigned long event, argument
88 if (event == NETDEV_UNREGISTER) {
/net/phonet/
H A Dpn_netlink.c36 u32 portid, u32 seq, int event);
38 void phonet_address_notify(int event, struct net_device *dev, u8 addr) argument
47 err = fill_addr(skb, dev, addr, 0, 0, event);
107 u32 portid, u32 seq, int event)
112 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0);
171 u32 portid, u32 seq, int event)
176 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), 0);
200 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) argument
209 err = fill_route(skb, dev, dst, 0, 0, event);
106 fill_addr(struct sk_buff *skb, struct net_device *dev, u8 addr, u32 portid, u32 seq, int event) argument
170 fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, u32 portid, u32 seq, int event) argument
/net/ipv4/netfilter/
H A Dnf_nat_masquerade_ipv4.c87 unsigned long event,
93 if (event == NETDEV_DOWN) {
108 unsigned long event,
115 return masq_device_event(this, event, &info);
86 masq_device_event(struct notifier_block *this, unsigned long event, void *ptr) argument
107 masq_inet_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/net/hsr/
H A Dhsr_main.c23 static int hsr_netdev_notify(struct notifier_block *nb, unsigned long event, argument
43 switch (event) {
108 .notifier_call = hsr_netdev_notify, /* Slave event notifications */
/net/ceph/
H A Dosd_client.c1160 * the timeout event.
1513 * Reschedule the timeout event another N seconds in future (unless
2132 * watch/notify callback event infrastructure
2138 struct ceph_osd_event *event = local
2141 dout("__release_event %p\n", event);
2142 kfree(event);
2145 static void get_event(struct ceph_osd_event *event) argument
2147 kref_get(&event->kref);
2150 void ceph_osdc_put_event(struct ceph_osd_event *event) argument
2152 kref_put(&event
2161 struct ceph_osd_event *event = NULL; local
2183 struct ceph_osd_event *event = NULL; local
2198 __remove_event(struct ceph_osd_event *event) argument
2215 struct ceph_osd_event *event; local
2241 ceph_osdc_cancel_event(struct ceph_osd_event *event) argument
2258 struct ceph_osd_event *event = event_work->event; local
2281 struct ceph_osd_event *event; local
[all...]

Completed in 302 milliseconds

123456