Home
last modified time | relevance | path

Searched refs:skip_sk (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt_util.c76 struct sock *skip_sk) in mgmt_send_event_skb()
95 skb_get_ktime(skb), flag, skip_sk); in mgmt_send_event_skb()
105 hci_send_to_channel(channel, skb, flag, skip_sk); in mgmt_send_event_skb()
112 void *data, u16 data_len, int flag, struct sock *skip_sk) in mgmt_send_event()
123 return mgmt_send_event_skb(channel, skb, flag, skip_sk); in mgmt_send_event()
75 mgmt_send_event_skb(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) mgmt_send_event_skb() argument
111 mgmt_send_event(u16 event, struct hci_dev *hdev, unsigned short channel, void *data, u16 data_len, int flag, struct sock *skip_sk) mgmt_send_event() argument
H A Dmgmt_util.h48 struct sock *skip_sk);
50 void *data, u16 data_len, int flag, struct sock *skip_sk);
H A Dhci_sock.c316 int flag, struct sock *skip_sk) in __hci_send_to_channel()
330 if (sk == skip_sk) in __hci_send_to_channel()
350 int flag, struct sock *skip_sk) in hci_send_to_channel()
353 __hci_send_to_channel(channel, skb, flag, skip_sk); in hci_send_to_channel()
421 int flag, struct sock *skip_sk) in hci_send_monitor_ctrl_event()
445 if (sk == skip_sk) in hci_send_monitor_ctrl_event()
315 __hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) __hci_send_to_channel() argument
349 hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) hci_send_to_channel() argument
419 hci_send_monitor_ctrl_event(struct hci_dev *hdev, u16 event, void *data, u16 data_len, ktime_t tstamp, int flag, struct sock *skip_sk) hci_send_monitor_ctrl_event() argument
H A Dmgmt.c331 u16 len, int flag, struct sock *skip_sk) in mgmt_limited_event()
334 flag, skip_sk); in mgmt_limited_event()
338 struct sock *skip_sk) in mgmt_event()
341 HCI_SOCK_TRUSTED, skip_sk); in mgmt_event()
344 static int mgmt_event_skb(struct sk_buff *skb, struct sock *skip_sk) in mgmt_event_skb() argument
347 skip_sk); in mgmt_event_skb()
2881 u8 addr_type, struct sock *skip_sk) in device_unpaired()
2889 skip_sk); in device_unpaired()
10142 struct sock *skip_sk, in mgmt_send_adv_monitor_device_found()
10167 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found()
330 mgmt_limited_event(u16 event, struct hci_dev *hdev, void *data, u16 len, int flag, struct sock *skip_sk) mgmt_limited_event() argument
337 mgmt_event(u16 event, struct hci_dev *hdev, void *data, u16 len, struct sock *skip_sk) mgmt_event() argument
2880 device_unpaired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, struct sock *skip_sk) device_unpaired() argument
10140 mgmt_send_adv_monitor_device_found(struct hci_dev *hdev, struct sk_buff *skb, struct sock *skip_sk, u16 handle) mgmt_send_adv_monitor_device_found() argument
10170 mgmt_adv_monitor_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, bool report_device, struct sk_buff *skb, struct sock *skip_sk) mgmt_adv_monitor_device_found() argument
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt_util.c60 void *data, u16 data_len, int flag, struct sock *skip_sk) in mgmt_send_event()
83 hci_send_to_channel(channel, skb, flag, skip_sk); in mgmt_send_event()
87 skb_get_ktime(skb), flag, skip_sk); in mgmt_send_event()
59 mgmt_send_event(u16 event, struct hci_dev *hdev, unsigned short channel, void *data, u16 data_len, int flag, struct sock *skip_sk) mgmt_send_event() argument
H A Dmgmt_util.h35 void *data, u16 data_len, int flag, struct sock *skip_sk);
H A Dhci_sock.c268 int flag, struct sock *skip_sk) in __hci_send_to_channel()
282 if (sk == skip_sk) in __hci_send_to_channel()
302 int flag, struct sock *skip_sk) in hci_send_to_channel()
305 __hci_send_to_channel(channel, skb, flag, skip_sk); in hci_send_to_channel()
371 int flag, struct sock *skip_sk) in hci_send_monitor_ctrl_event()
395 if (sk == skip_sk) in hci_send_monitor_ctrl_event()
267 __hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) __hci_send_to_channel() argument
301 hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) hci_send_to_channel() argument
369 hci_send_monitor_ctrl_event(struct hci_dev *hdev, u16 event, void *data, u16 data_len, ktime_t tstamp, int flag, struct sock *skip_sk) hci_send_monitor_ctrl_event() argument
H A Dmgmt.c289 u16 len, int flag, struct sock *skip_sk) in mgmt_limited_event()
292 flag, skip_sk); in mgmt_limited_event()
296 struct sock *skip_sk) in mgmt_event()
299 HCI_SOCK_TRUSTED, skip_sk); in mgmt_event()
2425 u8 addr_type, struct sock *skip_sk) in device_unpaired()
2433 skip_sk); in device_unpaired()
288 mgmt_limited_event(u16 event, struct hci_dev *hdev, void *data, u16 len, int flag, struct sock *skip_sk) mgmt_limited_event() argument
295 mgmt_event(u16 event, struct hci_dev *hdev, void *data, u16 len, struct sock *skip_sk) mgmt_event() argument
2424 device_unpaired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, struct sock *skip_sk) device_unpaired() argument
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h1669 int flag, struct sock *skip_sk);
1673 int flag, struct sock *skip_sk);
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h2149 int flag, struct sock *skip_sk);
2153 int flag, struct sock *skip_sk);

Completed in 52 milliseconds