Searched refs:skip_sk (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt_util.c | 76 struct sock *skip_sk) in mgmt_send_event_skb() argument 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() argument 123 return mgmt_send_event_skb(channel, skb, flag, skip_sk); in mgmt_send_event()
|
| H A D | mgmt_util.h | 48 struct sock *skip_sk); 50 void *data, u16 data_len, int flag, struct sock *skip_sk);
|
| H A D | hci_sock.c | 317 int flag, struct sock *skip_sk) in __hci_send_to_channel() argument 331 if (sk == skip_sk) in __hci_send_to_channel() 351 int flag, struct sock *skip_sk) in hci_send_to_channel() argument 354 __hci_send_to_channel(channel, skb, flag, skip_sk); in hci_send_to_channel() 428 int flag, struct sock *skip_sk) in hci_send_monitor_ctrl_event() argument 452 if (sk == skip_sk) in hci_send_monitor_ctrl_event()
|
| H A D | mgmt.c | 331 u16 len, int flag, struct sock *skip_sk) in mgmt_limited_event() argument 334 flag, skip_sk); in mgmt_limited_event() 338 struct sock *skip_sk) in mgmt_event() argument 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() 3061 u8 addr_type, struct sock *skip_sk) in device_unpaired() argument 3069 skip_sk); in device_unpaired() 10269 struct sock *skip_sk, in mgmt_send_adv_monitor_device_found() argument 10294 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found() [all …]
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 2341 int flag, struct sock *skip_sk); 2345 int flag, struct sock *skip_sk);
|