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

/linux-master/net/bluetooth/
H A Dmgmt_util.h48 struct sock *skip_sk);
50 void *data, u16 data_len, int flag, struct sock *skip_sk);
H A Dmgmt_util.c76 struct sock *skip_sk)
95 skb_get_ktime(skb), flag, skip_sk);
105 hci_send_to_channel(channel, skb, flag, skip_sk);
112 void *data, u16 data_len, int flag, struct sock *skip_sk)
123 return mgmt_send_event_skb(channel, skb, flag, skip_sk);
75 mgmt_send_event_skb(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) 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) argument
H A Dhci_sock.c316 int flag, struct sock *skip_sk)
330 if (sk == skip_sk)
350 int flag, struct sock *skip_sk)
353 __hci_send_to_channel(channel, skb, flag, skip_sk);
421 int flag, struct sock *skip_sk)
445 if (sk == skip_sk)
315 __hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) argument
349 hci_send_to_channel(unsigned short channel, struct sk_buff *skb, int flag, struct sock *skip_sk) 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) argument
H A Dmgmt.c331 u16 len, int flag, struct sock *skip_sk)
334 flag, skip_sk);
338 struct sock *skip_sk)
341 HCI_SOCK_TRUSTED, skip_sk);
344 static int mgmt_event_skb(struct sk_buff *skb, struct sock *skip_sk) argument
347 skip_sk);
2898 u8 addr_type, struct sock *skip_sk)
2906 skip_sk);
10148 struct sock *skip_sk,
10173 mgmt_event_skb(advmon_skb, skip_sk);
330 mgmt_limited_event(u16 event, struct hci_dev *hdev, void *data, u16 len, int flag, struct sock *skip_sk) argument
337 mgmt_event(u16 event, struct hci_dev *hdev, void *data, u16 len, struct sock *skip_sk) argument
2897 device_unpaired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, struct sock *skip_sk) argument
10146 mgmt_send_adv_monitor_device_found(struct hci_dev *hdev, struct sk_buff *skb, struct sock *skip_sk, u16 handle) argument
10176 mgmt_adv_monitor_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, bool report_device, struct sk_buff *skb, struct sock *skip_sk) argument
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h2195 int flag, struct sock *skip_sk);
2199 int flag, struct sock *skip_sk);

Completed in 177 milliseconds