Searched refs:skip_sk (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | mgmt_util.c | 60 void *data, u16 data_len, int flag, struct sock *skip_sk) in mgmt_send_event() argument 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()
|
D | mgmt_util.h | 35 void *data, u16 data_len, int flag, struct sock *skip_sk);
|
D | hci_sock.c | 266 int flag, struct sock *skip_sk) in __hci_send_to_channel() argument 280 if (sk == skip_sk) in __hci_send_to_channel() 300 int flag, struct sock *skip_sk) in hci_send_to_channel() argument 303 __hci_send_to_channel(channel, skb, flag, skip_sk); in hci_send_to_channel() 363 int flag, struct sock *skip_sk) in hci_send_monitor_ctrl_event() argument 387 if (sk == skip_sk) in hci_send_monitor_ctrl_event()
|
D | mgmt.c | 261 u16 len, int flag, struct sock *skip_sk) in mgmt_limited_event() argument 264 flag, skip_sk); in mgmt_limited_event() 268 struct sock *skip_sk) in mgmt_event() argument 271 HCI_SOCK_TRUSTED, skip_sk); in mgmt_event() 2370 u8 addr_type, struct sock *skip_sk) in device_unpaired() argument 2378 skip_sk); in device_unpaired()
|