Searched refs:advmon_skb (Results 1 – 1 of 1) sorted by relevance
10212 struct sk_buff *advmon_skb; in mgmt_send_adv_monitor_device_found() local10221 advmon_skb = mgmt_alloc_skb(hdev, MGMT_EV_ADV_MONITOR_DEVICE_FOUND, in mgmt_send_adv_monitor_device_found()10223 if (!advmon_skb) in mgmt_send_adv_monitor_device_found()10230 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()10232 skb_put_data(advmon_skb, skb->data, skb->len); in mgmt_send_adv_monitor_device_found()10234 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found()