Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 27) sorted by relevance

12

/net/netfilter/
Dnf_conntrack_ecache.c125 struct nf_ct_event_notifier *notify; in nf_conntrack_eventmask_report() local
129 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_conntrack_eventmask_report()
130 if (!notify) in nf_conntrack_eventmask_report()
149 ret = notify->fcn(eventmask | missed, &item); in nf_conntrack_eventmask_report()
182 struct nf_ct_event_notifier *notify; in nf_ct_deliver_cached_events() local
188 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_ct_deliver_cached_events()
189 if (notify == NULL) in nf_ct_deliver_cached_events()
213 ret = notify->fcn(events | missed, &item); in nf_ct_deliver_cached_events()
236 struct nf_exp_event_notifier *notify; in nf_ct_expect_event_report() local
240 notify = rcu_dereference(net->ct.nf_expect_event_cb); in nf_ct_expect_event_report()
[all …]
/net/openvswitch/
Ddp_notify.c16 struct sk_buff *notify; in dp_detach_port_notify() local
20 notify = ovs_vport_cmd_build_info(vport, ovs_dp_get_net(dp), in dp_detach_port_notify()
23 if (IS_ERR(notify)) { in dp_detach_port_notify()
25 0, PTR_ERR(notify)); in dp_detach_port_notify()
30 ovs_dp_get_net(dp), notify, 0, in dp_detach_port_notify()
/net/wireless/
Dap.c11 struct net_device *dev, bool notify) in __cfg80211_stop_ap() argument
35 if (notify) in __cfg80211_stop_ap()
50 struct net_device *dev, bool notify) in cfg80211_stop_ap() argument
56 err = __cfg80211_stop_ap(rdev, dev, notify); in cfg80211_stop_ap()
Dcore.h356 struct net_device *dev, bool notify);
358 struct net_device *dev, bool notify);
Dnl80211.c16730 struct netlink_notify *notify = _notify; in nl80211_netlink_notify() local
16735 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify()
16746 if (sched_scan_req->owner_nlportid == notify->portid) { in nl80211_netlink_notify()
16753 cfg80211_mlme_unregister_socket(wdev, notify->portid); in nl80211_netlink_notify()
16755 if (wdev->owner_nlportid == notify->portid) { in nl80211_netlink_notify()
16758 } else if (wdev->conn_owner_nlportid == notify->portid) { in nl80211_netlink_notify()
16762 cfg80211_release_pmsr(wdev, notify->portid); in nl80211_netlink_notify()
16768 if (reg->nlportid == notify->portid) { in nl80211_netlink_notify()
16783 regulatory_netlink_notify(notify->portid); in nl80211_netlink_notify()
/net/xfrm/
Dxfrm_replay.c100 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow()
159 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_advance()
179 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow_bmp()
274 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_advance_bmp()
417 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow_esn()
549 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_advance_esn()
585 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow_offload()
624 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow_offload_bmp()
673 x->repl->notify(x, XFRM_REPLAY_UPDATE); in xfrm_replay_overflow_offload_esn()
683 .notify = xfrm_replay_notify,
[all …]
Dxfrm_state.c2110 x->repl->notify(x, XFRM_REPLAY_TIMEOUT); in xfrm_replay_timer_handler()
2136 if (km->notify) in km_state_notify()
2137 km->notify(x, c); in km_state_notify()
Dxfrm_user.c3314 .notify = xfrm_send_state_notify,
/net/sctp/
Dchunk.c78 int error = 0, notify; in sctp_datamsg_destroy() local
81 notify = msg->send_failed ? -1 : 0; in sctp_datamsg_destroy()
88 if (notify < 0) { in sctp_datamsg_destroy()
95 notify = sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
100 if (notify > 0) { in sctp_datamsg_destroy()
/net/rds/
Drecv.c519 uint64_t notify = rs->rs_cong_notify; in rds_notify_cong() local
524 sizeof(notify), &notify); in rds_notify_cong()
529 rs->rs_cong_notify &= ~notify; in rds_notify_cong()
Dib_send.c455 bool notify) in rds_ib_set_wr_signal_state() argument
462 if (ic->i_unsignaled_wrs-- == 0 || notify) { in rds_ib_set_wr_signal_state()
/net/ceph/
Dosd_client.c399 ceph_osd_data_release(&op->notify.request_data); in osd_req_op_data_release()
400 ceph_osd_data_release(&op->notify.response_data); in osd_req_op_data_release()
1012 dst->notify.cookie = cpu_to_le64(src->notify.cookie); in osd_req_encode_op()
2004 &op->notify.request_data); in setup_request_data()
2006 &op->notify.response_data); in setup_request_data()
2823 } notify; member
2883 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2884 lwork->notify.payload_len); in do_watch_notify()
2885 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
2886 lwork->notify.notifier_id, lwork->notify.payload, in do_watch_notify()
[all …]
/net/core/
Dneighbour.c156 int *notify) in neigh_update_ext_learned() argument
171 *notify = 1; in neigh_update_ext_learned()
1021 int notify = 0; in neigh_timer_handler() local
1050 notify = 1; in neigh_timer_handler()
1060 notify = 1; in neigh_timer_handler()
1067 notify = 1; in neigh_timer_handler()
1078 notify = 1; in neigh_timer_handler()
1096 if (notify) in neigh_timer_handler()
1233 int notify = 0; in __neigh_update() local
1253 ext_learn_change = neigh_update_ext_learned(neigh, flags, &notify); in __neigh_update()
[all …]
Ddev.c7650 static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify) in __dev_set_promiscuity() argument
7693 if (notify) in __dev_set_promiscuity()
7723 static int __dev_set_allmulti(struct net_device *dev, int inc, bool notify) in __dev_set_allmulti() argument
7748 if (notify) in __dev_set_allmulti()
/net/vmw_vsock/
Dvmci_transport.h115 union vmci_transport_notify notify; member
Dvmci_transport_notify_qstate.c16 (vmci_trans(vsk)->notify.pkt_q_state.field_name)
Dvmci_transport_notify.c15 #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name)
/net/bluetooth/
Dhci_conn.c125 if (hdev->notify) in hci_conn_cleanup()
126 hdev->notify(hdev, HCI_NOTIFY_CONN_DEL); in hci_conn_cleanup()
564 if (hdev->notify) in hci_conn_add()
565 hdev->notify(hdev, HCI_NOTIFY_CONN_ADD); in hci_conn_add()
Dhci_event.c438 if (hdev->notify) in hci_cc_read_voice_setting()
439 hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); in hci_cc_read_voice_setting()
467 if (hdev->notify) in hci_cc_write_voice_setting()
468 hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); in hci_cc_write_voice_setting()
3006 goto notify; in hci_encrypt_change_evt()
3017 goto notify; in hci_encrypt_change_evt()
3042 notify: in hci_encrypt_change_evt()
/net/bridge/
Dbr_private.h705 void br_multicast_host_join(struct net_bridge_mdb_entry *mp, bool notify);
706 void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify);
Dbr_multicast.c514 void br_multicast_host_join(struct net_bridge_mdb_entry *mp, bool notify) in br_multicast_host_join() argument
518 if (notify) in br_multicast_host_join()
525 void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify) in br_multicast_host_leave() argument
531 if (notify) in br_multicast_host_leave()
/net/sched/
Dsch_api.c759 bool notify; in qdisc_tree_reduce_backlog() local
781 notify = !sch->q.qlen && !WARN_ON_ONCE(!n && in qdisc_tree_reduce_backlog()
790 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
/net/ipv6/
Dip6mr.c691 static int mif6_delete(struct mr_table *mrt, int vifi, int notify, in mif6_delete() argument
743 if ((v->flags & MIFF_REGISTER) && !notify) in mif6_delete()
Daddrconf.c3958 bool bump_id, notify = false; in addrconf_dad_begin() local
4013 notify = true; in addrconf_dad_begin()
4021 if (notify) in addrconf_dad_begin()
/net/ipv4/
Dipmr.c667 static int vif_delete(struct mr_table *mrt, int vifi, int notify, in vif_delete() argument
719 if (v->flags & (VIFF_TUNNEL | VIFF_REGISTER) && !notify) in vif_delete()

12