Searched refs:notify (Results 1 - 25 of 35) sorted by relevance

12

/net/irda/
H A Dirmod.c64 * Function irda_notify_init (notify)
66 * Used for initializing the notify structure
69 void irda_notify_init(notify_t *notify) argument
71 notify->data_indication = NULL;
72 notify->udata_indication = NULL;
73 notify->connect_confirm = NULL;
74 notify->connect_indication = NULL;
75 notify->disconnect_indication = NULL;
76 notify->flow_indication = NULL;
77 notify
[all...]
H A Dirlmp.c149 * Function irlmp_open_lsap (slsap, notify)
154 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) argument
158 IRDA_ASSERT(notify != NULL, return NULL;);
161 IRDA_ASSERT(notify->instance != NULL, return NULL;);
193 self->notify = *notify;
282 * Function irlmp_register_irlap (saddr, notify)
288 void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify) argument
294 IRDA_ASSERT(notify != NULL, return;);
332 irda_notify_init(notify);
[all...]
H A Dirttp.c388 * Function irttp_open_tsap (stsap, notify)
392 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) argument
430 if (notify->status_indication != NULL)
433 strncpy(ttp_notify.name, notify->name, NOTIFY_MAX_NAME);
456 self->notify = *notify;
685 if (self->notify.flow_indication) {
686 self->notify.flow_indication(self->notify.instance,
800 if (self->notify
[all...]
H A Dirlap.c172 irlmp_register_link(self, self->saddr, &self->notify);
227 self->notify.instance = NULL;
254 irlmp_link_connect_indication(self->notify.instance, self->saddr,
313 irlmp_link_connect_confirm(self->notify.instance, &self->qos_tx, skb);
329 irlmp_link_data_indication(self->notify.instance, skb, unreliable);
427 irlmp_link_unitdata_indication(self->notify.instance, skb);
490 irlmp_link_disconnect_indication(self->notify.instance, self,
571 IRDA_ASSERT(self->notify.instance != NULL, return;);
588 irlmp_link_discovery_confirm(self->notify.instance, discovery_log);
605 IRDA_ASSERT(self->notify
[all...]
H A Diriap.c269 notify_t notify; local
273 irda_notify_init(&notify);
274 notify.connect_confirm = iriap_connect_confirm;
275 notify.connect_indication = iriap_connect_indication;
276 notify.disconnect_indication = iriap_disconnect_indication;
277 notify.data_indication = iriap_data_indication;
278 notify.instance = self;
280 strcpy(notify.name, "IrIAS cli");
282 strcpy(notify.name, "IrIAS srv");
284 self->lsap = irlmp_open_lsap(slsap_sel, &notify,
[all...]
H A Daf_irda.c465 notify_t notify; local
473 irda_notify_init(&notify);
474 notify.connect_confirm = irda_connect_confirm;
475 notify.connect_indication = irda_connect_indication;
476 notify.disconnect_indication = irda_disconnect_indication;
477 notify.data_indication = irda_data_indication;
478 notify.udata_indication = irda_data_indication;
479 notify.flow_indication = irda_flow_indication;
480 notify.instance = self;
481 strncpy(notify
505 notify_t notify; local
[all...]
/net/wireless/
H A Dap.c10 struct net_device *dev, bool notify)
33 if (notify)
41 struct net_device *dev, bool notify)
47 err = __cfg80211_stop_ap(rdev, dev, notify);
9 __cfg80211_stop_ap(struct cfg80211_registered_device *rdev, struct net_device *dev, bool notify) argument
40 cfg80211_stop_ap(struct cfg80211_registered_device *rdev, struct net_device *dev, bool notify) argument
H A Dcore.h295 struct net_device *dev, bool notify);
297 struct net_device *dev, bool notify);
/net/openvswitch/
H A Ddp_notify.c29 struct sk_buff *notify; local
33 notify = ovs_vport_cmd_build_info(vport, 0, 0,
36 if (IS_ERR(notify)) {
38 0, PTR_ERR(notify));
43 ovs_dp_get_net(dp), notify, 0,
/net/irda/ircomm/
H A Dircomm_lmp.c165 if (self->notify.flow_indication)
166 self->notify.flow_indication(self->notify.instance,
201 if (self->notify.flow_indication)
202 self->notify.flow_indication(self->notify.instance,
339 notify_t notify; local
344 irda_notify_init(&notify);
345 notify.data_indication = ircomm_lmp_data_indication;
346 notify
[all...]
H A Dircomm_ttp.c77 notify_t notify; local
82 irda_notify_init(&notify);
83 notify.data_indication = ircomm_ttp_data_indication;
84 notify.connect_confirm = ircomm_ttp_connect_confirm;
85 notify.connect_indication = ircomm_ttp_connect_indication;
86 notify.flow_indication = ircomm_ttp_flow_indication;
87 notify.disconnect_indication = ircomm_ttp_disconnect_indication;
88 notify.instance = self;
89 strlcpy(notify.name, "IrCOMM", sizeof(notify
[all...]
H A Dircomm_core.c108 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) argument
122 self->notify = *notify;
252 if (self->notify.connect_indication)
253 self->notify.connect_indication(self->notify.instance, self,
294 if (self->notify.connect_confirm )
295 self->notify.connect_confirm(self->notify.instance,
339 if (self->notify
[all...]
H A Dircomm_tty.c219 notify_t notify; local
234 irda_notify_init(&notify);
236 notify.data_indication = ircomm_tty_data_indication;
237 notify.udata_indication = ircomm_tty_control_indication;
238 notify.flow_indication = ircomm_tty_flow_indication;
241 notify.disconnect_indication = ircomm_tty_disconnect_indication;
242 notify.connect_confirm = ircomm_tty_connect_confirm;
243 notify.connect_indication = ircomm_tty_connect_indication;
244 strlcpy(notify.name, "ircomm_tty", sizeof(notify
[all...]
/net/netfilter/
H A Dnf_conntrack_ecache.c122 struct nf_ct_event_notifier *notify; local
128 notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
129 if (notify == NULL)
153 ret = notify->fcn(events | missed, &item);
174 struct nf_ct_event_notifier *notify; local
177 notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb,
179 if (notify != NULL) {
195 struct nf_ct_event_notifier *notify; local
198 notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb,
200 BUG_ON(notify !
210 struct nf_exp_event_notifier *notify; local
231 struct nf_exp_event_notifier *notify; local
[all...]
/net/irda/irlan/
H A Dirlan_provider.c383 notify_t notify; local
397 irda_notify_init(&notify);
398 notify.data_indication = irlan_provider_data_indication;
399 notify.connect_indication = irlan_provider_connect_indication;
400 notify.disconnect_indication = irlan_provider_disconnect_indication;
401 notify.instance = self;
402 strlcpy(notify.name, "IrLAN ctrl (p)", sizeof(notify.name));
404 tsap = irttp_open_tsap(LSAP_ANY, 1, &notify);
H A Dirlan_client.c256 notify_t notify; local
267 irda_notify_init(&notify);
270 notify.data_indication = irlan_client_ctrl_data_indication;
271 notify.connect_confirm = irlan_client_ctrl_connect_confirm;
272 notify.disconnect_indication = irlan_client_ctrl_disconnect_indication;
273 notify.instance = self;
274 strlcpy(notify.name, "IrLAN ctrl (c)", sizeof(notify.name));
276 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify);
H A Dirlan_common.c460 notify_t notify; local
471 irda_notify_init(&notify);
473 notify.data_indication = irlan_eth_receive;
474 notify.udata_indication = irlan_eth_receive;
475 notify.connect_indication = irlan_connect_indication;
476 notify.connect_confirm = irlan_connect_confirm;
477 notify.flow_indication = irlan_eth_flow_indication;
478 notify.disconnect_indication = irlan_disconnect_indication;
479 notify.instance = self;
480 strlcpy(notify
[all...]
/net/sctp/
H A Dchunk.c94 int error = 0, notify; local
96 /* If we failed, we may need to notify. */
97 notify = msg->send_failed ? -1 : 0;
103 /* Check whether we _really_ need to notify. */
104 if (notify < 0) {
112 notify = sctp_ulpevent_type_enabled(SCTP_SEND_FAILED,
117 if (notify > 0) {
/net/xfrm/
H A Dxfrm_replay.c52 /* we send notify messages in case
110 x->repl->notify(x, XFRM_REPLAY_UPDATE);
169 x->repl->notify(x, XFRM_REPLAY_UPDATE);
188 x->repl->notify(x, XFRM_REPLAY_UPDATE);
283 x->repl->notify(x, XFRM_REPLAY_UPDATE);
292 /* we send notify messages in case
344 /* we send notify messages in case
426 x->repl->notify(x, XFRM_REPLAY_UPDATE);
556 x->repl->notify(x, XFRM_REPLAY_UPDATE);
563 .notify
[all...]
/net/vmw_vsock/
H A Dvmci_transport.h124 union vmci_transport_notify notify; member in struct:vmci_transport
H A Dvmci_transport_notify_qstate.c24 (vmci_trans(vsk)->notify.pkt_q_state.field_name)
61 * write_notify_window then notify An alternate way of expressing this
63 * queue: if write_notify_window > bufferReady then notify as
71 /* Once we notify the peer, we reset the detected flag so the
226 * we need to notify the sender. If the number of ready
/net/irda/irnet/
H A Dirnet_irda.c126 notify_t notify; /* Callback structure */ local
133 irda_notify_init(&notify);
134 notify.connect_confirm = irnet_connect_confirm;
135 notify.connect_indication = irnet_connect_indication;
136 notify.disconnect_indication = irnet_disconnect_indication;
137 notify.data_indication = irnet_data_indication;
138 /*notify.udata_indication = NULL;*/
139 notify.flow_indication = irnet_flow_indication;
140 notify.status_indication = irnet_status_indication;
141 notify
[all...]
/net/rds/
H A Drecv.c365 uint64_t notify = rs->rs_cong_notify; local
370 sizeof(notify), &notify);
375 rs->rs_cong_notify &= ~notify;
/net/bluetooth/
H A Dhci_conn.c494 if (hdev->notify)
495 hdev->notify(hdev, HCI_NOTIFY_CONN_ADD);
540 if (hdev->notify)
541 hdev->notify(hdev, HCI_NOTIFY_CONN_DEL);
/net/core/
H A Dneighbour.c890 int notify = 0; local
919 notify = 1;
929 notify = 1;
946 notify = 1;
964 if (notify)
1086 int notify = 0; local
1106 notify = old & NUD_VALID;
1110 notify = 1;
1173 notify = 1;
1184 notify
[all...]

Completed in 826 milliseconds

12