Home
last modified time | relevance | path

Searched refs:advmon_skb (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dmgmt.c10215 struct sk_buff *advmon_skb; in mgmt_send_adv_monitor_device_found() local
10224 advmon_skb = mgmt_alloc_skb(hdev, MGMT_EV_ADV_MONITOR_DEVICE_FOUND, in mgmt_send_adv_monitor_device_found()
10226 if (!advmon_skb) in mgmt_send_adv_monitor_device_found()
10233 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10235 skb_put_data(advmon_skb, skb->data, skb->len); in mgmt_send_adv_monitor_device_found()
10237 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found()