Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dmgmt_util.c31 void *data, u16 data_len, int flag, struct sock *skip_sk) in mgmt_send_event() argument
54 hci_send_to_channel(channel, skb, flag, skip_sk); in mgmt_send_event()
Dmgmt_util.h35 void *data, u16 data_len, int flag, struct sock *skip_sk);
Dhci_sock.c215 int flag, struct sock *skip_sk) in hci_send_to_channel() argument
231 if (sk == skip_sk) in hci_send_to_channel()
Dmgmt.c251 u16 len, int flag, struct sock *skip_sk) in mgmt_limited_event() argument
254 flag, skip_sk); in mgmt_limited_event()
258 u16 len, struct sock *skip_sk) in mgmt_generic_event() argument
261 HCI_MGMT_GENERIC_EVENTS, skip_sk); in mgmt_generic_event()
265 struct sock *skip_sk) in mgmt_event() argument
268 HCI_SOCK_TRUSTED, skip_sk); in mgmt_event()
2903 u8 addr_type, struct sock *skip_sk) in device_unpaired() argument
2911 skip_sk); in device_unpaired()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h1299 int flag, struct sock *skip_sk);