/net/wireless/ |
D | ap.c | 16 bool notify) in ___cfg80211_stop_ap() argument 41 if (notify) in ___cfg80211_stop_ap() 57 bool notify) in __cfg80211_stop_ap() argument 63 return ___cfg80211_stop_ap(rdev, dev, link_id, notify); in __cfg80211_stop_ap() 66 int ret1 = ___cfg80211_stop_ap(rdev, dev, link, notify); in __cfg80211_stop_ap() 78 bool notify) in cfg80211_stop_ap() argument 84 err = __cfg80211_stop_ap(rdev, dev, link_id, notify); in cfg80211_stop_ap()
|
D | core.h | 360 bool notify); 363 bool notify);
|
D | nl80211.c | 19607 struct netlink_notify *notify = _notify; in nl80211_netlink_notify() local 19612 if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) in nl80211_netlink_notify() 19623 if (sched_scan_req->owner_nlportid == notify->portid) { in nl80211_netlink_notify() 19630 cfg80211_mlme_unregister_socket(wdev, notify->portid); in nl80211_netlink_notify() 19632 if (wdev->owner_nlportid == notify->portid) { in nl80211_netlink_notify() 19635 } else if (wdev->conn_owner_nlportid == notify->portid) { in nl80211_netlink_notify() 19639 cfg80211_release_pmsr(wdev, notify->portid); in nl80211_netlink_notify() 19645 if (reg->nlportid == notify->portid) { in nl80211_netlink_notify() 19660 regulatory_netlink_notify(notify->portid); in nl80211_netlink_notify()
|
/net/netfilter/ |
D | nf_conntrack_ecache.c | 140 struct nf_ct_event_notifier *notify; in __nf_conntrack_eventmask_report() local 148 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in __nf_conntrack_eventmask_report() 149 if (!notify) { in __nf_conntrack_eventmask_report() 154 ret = notify->ct_event(events | missed, item); in __nf_conntrack_eventmask_report() 243 struct nf_ct_event_notifier *notify; in nf_ct_expect_event_report() local 247 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_ct_expect_event_report() 248 if (!notify) in nf_ct_expect_event_report() 261 notify->exp_event(1 << event, &item); in nf_ct_expect_event_report() 270 struct nf_ct_event_notifier *notify; in nf_conntrack_register_notifier() local 273 notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb, in nf_conntrack_register_notifier() [all …]
|
/net/openvswitch/ |
D | dp_notify.c | 16 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/bridge/ |
D | br_fdb.c | 897 static bool fdb_handle_notify(struct net_bridge_fdb_entry *fdb, u8 notify) in fdb_handle_notify() argument 902 if ((notify & FDB_NOTIFY_INACTIVE_BIT) && in fdb_handle_notify() 906 if ((notify & FDB_NOTIFY_BIT) && in fdb_handle_notify() 910 } else if (!(notify & FDB_NOTIFY_BIT) && in fdb_handle_notify() 930 u8 notify = 0; in fdb_add_entry() local 948 notify = nla_get_u8(nfea_tb[NFEA_ACTIVITY_NOTIFY]); in fdb_add_entry() 949 if ((notify & ~BR_FDB_NOTIFY_SETTABLE_BITS) || in fdb_add_entry() 950 (notify & BR_FDB_NOTIFY_SETTABLE_BITS) == FDB_NOTIFY_INACTIVE_BIT) in fdb_add_entry() 997 if (fdb_handle_notify(fdb, notify)) in fdb_add_entry()
|
D | br_private.h | 940 struct net_bridge_mdb_entry *mp, bool notify); 941 void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify);
|
D | br_multicast.c | 1320 struct net_bridge_mdb_entry *mp, bool notify) in br_multicast_host_join() argument 1326 if (notify) in br_multicast_host_join() 1336 void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify) in br_multicast_host_leave() argument 1344 if (notify) in br_multicast_host_leave()
|
/net/rds/ |
D | recv.c | 520 uint64_t notify = rs->rs_cong_notify; in rds_notify_cong() local 525 sizeof(notify), ¬ify); in rds_notify_cong() 530 rs->rs_cong_notify &= ~notify; in rds_notify_cong()
|
D | ib_send.c | 456 bool notify) in rds_ib_set_wr_signal_state() argument 463 if (ic->i_unsignaled_wrs-- == 0 || notify) { in rds_ib_set_wr_signal_state()
|
/net/core/ |
D | neighbour.c | 159 int *notify) in neigh_update_ext_learned() argument 174 *notify = 1; in neigh_update_ext_learned() 1029 int notify = 0; in neigh_timer_handler() local 1058 notify = 1; in neigh_timer_handler() 1068 notify = 1; in neigh_timer_handler() 1075 notify = 1; in neigh_timer_handler() 1087 notify = 1; in neigh_timer_handler() 1105 if (notify) in neigh_timer_handler() 1242 int notify = 0; in __neigh_update() local 1263 ext_learn_change = neigh_update_ext_learned(neigh, flags, ¬ify); in __neigh_update() [all …]
|
D | dev.c | 8583 static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify) in __dev_set_promiscuity() argument 8626 if (notify) in __dev_set_promiscuity() 8656 static int __dev_set_allmulti(struct net_device *dev, int inc, bool notify) in __dev_set_allmulti() argument 8681 if (notify) in __dev_set_allmulti()
|
/net/ceph/ |
D | osd_client.c | 399 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() 904 op->notify.cookie = cookie; in osd_req_op_notify_init() 906 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init() 991 dst->notify.cookie = cpu_to_le64(src->notify.cookie); in osd_req_encode_op() 2043 &op->notify.request_data); in setup_request_data() 2045 &op->notify.response_data); in setup_request_data() 2868 } notify; member 2928 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 2929 lwork->notify.payload_len); in do_watch_notify() [all …]
|
/net/vmw_vsock/ |
D | vmci_transport.h | 112 union vmci_transport_notify notify; member
|
D | vmci_transport_notify_qstate.c | 16 (vmci_trans(vsk)->notify.pkt_q_state.field_name)
|
D | vmci_transport_notify.c | 15 #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name)
|
/net/bluetooth/ |
D | hci_conn.c | 129 if (hdev->notify) in hci_conn_cleanup() 130 hdev->notify(hdev, HCI_NOTIFY_DISABLE_SCO); in hci_conn_cleanup() 134 if (hdev->notify) in hci_conn_cleanup() 135 hdev->notify(hdev, HCI_NOTIFY_CONN_DEL); in hci_conn_cleanup() 627 if (hdev->notify) in hci_conn_add() 628 hdev->notify(hdev, HCI_NOTIFY_CONN_ADD); in hci_conn_add()
|
D | hci_event.c | 481 if (hdev->notify) in hci_cc_read_voice_setting() 482 hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); in hci_cc_read_voice_setting() 510 if (hdev->notify) in hci_cc_write_voice_setting() 511 hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); in hci_cc_write_voice_setting() 2766 if (hdev->notify) in hci_conn_complete_evt() 2767 hdev->notify(hdev, HCI_NOTIFY_ENABLE_SCO_CVSD); in hci_conn_complete_evt() 3222 goto notify; in hci_encrypt_change_evt() 3233 goto notify; in hci_encrypt_change_evt() 3258 notify: in hci_encrypt_change_evt() 4519 if (hdev->notify) in hci_sync_conn_complete_evt() [all …]
|
/net/sched/ |
D | sch_api.c | 776 bool notify; in qdisc_tree_reduce_backlog() local 798 notify = !sch->q.qlen && !WARN_ON_ONCE(!n && in qdisc_tree_reduce_backlog() 807 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
|
/net/ipv4/ |
D | nexthop.c | 1501 u16 bucket_index, bool notify, in nh_res_bucket_migrate() argument 1520 if (notify) { in nh_res_bucket_migrate() 1556 bool notify, bool notify_nl) in nh_res_table_upkeep() argument 1580 if (!nh_res_bucket_migrate(res_table, i, notify, in nh_res_table_upkeep()
|
D | ipmr.c | 646 static int vif_delete(struct mr_table *mrt, int vifi, int notify, in vif_delete() argument 698 if (v->flags & (VIFF_TUNNEL | VIFF_REGISTER) && !notify) in vif_delete()
|
/net/ipv6/ |
D | ip6mr.c | 696 static int mif6_delete(struct mr_table *mrt, int vifi, int notify, in mif6_delete() argument 748 if ((v->flags & MIFF_REGISTER) && !notify) in mif6_delete()
|
D | addrconf.c | 4019 bool bump_id, notify = false; in addrconf_dad_begin() local 4074 notify = true; in addrconf_dad_begin() 4082 if (notify) in addrconf_dad_begin()
|
/net/xfrm/ |
D | xfrm_state.c | 2217 if (km->notify) in km_state_notify() 2218 km->notify(x, c); in km_state_notify()
|
/net/key/ |
D | af_key.c | 3858 .notify = pfkey_send_notify,
|