hci_pi             64 net/bluetooth/hci_sock.c 	set_bit(nr, &hci_pi(sk)->flags);
hci_pi             69 net/bluetooth/hci_sock.c 	clear_bit(nr, &hci_pi(sk)->flags);
hci_pi             74 net/bluetooth/hci_sock.c 	return test_bit(nr, &hci_pi(sk)->flags);
hci_pi             79 net/bluetooth/hci_sock.c 	return hci_pi(sk)->channel;
hci_pi             84 net/bluetooth/hci_sock.c 	return hci_pi(sk)->cookie;
hci_pi             89 net/bluetooth/hci_sock.c 	int id = hci_pi(sk)->cookie;
hci_pi             96 net/bluetooth/hci_sock.c 		hci_pi(sk)->cookie = id;
hci_pi             97 net/bluetooth/hci_sock.c 		get_task_comm(hci_pi(sk)->comm, current);
hci_pi            106 net/bluetooth/hci_sock.c 	int id = hci_pi(sk)->cookie;
hci_pi            109 net/bluetooth/hci_sock.c 		hci_pi(sk)->cookie = 0xffffffff;
hci_pi            159 net/bluetooth/hci_sock.c 	flt = &hci_pi(sk)->filter;
hci_pi            203 net/bluetooth/hci_sock.c 		if (sk->sk_state != BT_BOUND || hci_pi(sk)->hdev != hdev)
hci_pi            210 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->channel == HCI_CHANNEL_RAW) {
hci_pi            218 net/bluetooth/hci_sock.c 		} else if (hci_pi(sk)->channel == HCI_CHANNEL_USER) {
hci_pi            275 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->channel != channel)
hci_pi            368 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->channel != HCI_CHANNEL_CONTROL)
hci_pi            383 net/bluetooth/hci_sock.c 		put_unaligned_le32(hci_pi(sk)->cookie, skb_put(skb, 4));
hci_pi            492 net/bluetooth/hci_sock.c 	if (!hci_pi(sk)->cookie)
hci_pi            495 net/bluetooth/hci_sock.c 	switch (hci_pi(sk)->channel) {
hci_pi            521 net/bluetooth/hci_sock.c 	put_unaligned_le32(hci_pi(sk)->cookie, skb_put(skb, 4));
hci_pi            526 net/bluetooth/hci_sock.c 	skb_put_data(skb, hci_pi(sk)->comm, TASK_COMM_LEN);
hci_pi            532 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->hdev)
hci_pi            533 net/bluetooth/hci_sock.c 		hdr->index = cpu_to_le16(hci_pi(sk)->hdev->id);
hci_pi            547 net/bluetooth/hci_sock.c 	if (!hci_pi(sk)->cookie)
hci_pi            550 net/bluetooth/hci_sock.c 	switch (hci_pi(sk)->channel) {
hci_pi            564 net/bluetooth/hci_sock.c 	put_unaligned_le32(hci_pi(sk)->cookie, skb_put(skb, 4));
hci_pi            570 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->hdev)
hci_pi            571 net/bluetooth/hci_sock.c 		hdr->index = cpu_to_le16(hci_pi(sk)->hdev->id);
hci_pi            590 net/bluetooth/hci_sock.c 	put_unaligned_le32(hci_pi(sk)->cookie, skb_put(skb, 4));
hci_pi            759 net/bluetooth/hci_sock.c 			if (hci_pi(sk)->hdev == hdev) {
hci_pi            760 net/bluetooth/hci_sock.c 				hci_pi(sk)->hdev = NULL;
hci_pi            836 net/bluetooth/hci_sock.c 	switch (hci_pi(sk)->channel) {
hci_pi            857 net/bluetooth/hci_sock.c 	hdev = hci_pi(sk)->hdev;
hci_pi            859 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->channel == HCI_CHANNEL_USER) {
hci_pi            926 net/bluetooth/hci_sock.c 	struct hci_dev *hdev = hci_pi(sk)->hdev;
hci_pi            977 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) {
hci_pi           1090 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->hdev) {
hci_pi           1105 net/bluetooth/hci_sock.c 		hci_pi(sk)->channel = haddr.hci_channel;
hci_pi           1125 net/bluetooth/hci_sock.c 		hci_pi(sk)->hdev = hdev;
hci_pi           1137 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->hdev) {
hci_pi           1195 net/bluetooth/hci_sock.c 		hci_pi(sk)->channel = haddr.hci_channel;
hci_pi           1216 net/bluetooth/hci_sock.c 		hci_pi(sk)->hdev = hdev;
hci_pi           1240 net/bluetooth/hci_sock.c 		hci_pi(sk)->channel = haddr.hci_channel;
hci_pi           1269 net/bluetooth/hci_sock.c 		hci_pi(sk)->channel = haddr.hci_channel;
hci_pi           1291 net/bluetooth/hci_sock.c 		hci_pi(sk)->channel = haddr.hci_channel;
hci_pi           1303 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->channel == HCI_CHANNEL_CONTROL) {
hci_pi           1359 net/bluetooth/hci_sock.c 	hdev = hci_pi(sk)->hdev;
hci_pi           1367 net/bluetooth/hci_sock.c 	haddr->hci_channel= hci_pi(sk)->channel;
hci_pi           1378 net/bluetooth/hci_sock.c 	__u32 mask = hci_pi(sk)->cmsg_mask;
hci_pi           1426 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->channel == HCI_CHANNEL_LOGGING)
hci_pi           1446 net/bluetooth/hci_sock.c 	switch (hci_pi(sk)->channel) {
hci_pi           1455 net/bluetooth/hci_sock.c 		if (hci_mgmt_chan_find(hci_pi(sk)->channel))
hci_pi           1699 net/bluetooth/hci_sock.c 	switch (hci_pi(sk)->channel) {
hci_pi           1711 net/bluetooth/hci_sock.c 		chan = __hci_mgmt_chan_find(hci_pi(sk)->channel);
hci_pi           1721 net/bluetooth/hci_sock.c 	hdev = hci_pi(sk)->hdev;
hci_pi           1744 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->channel == HCI_CHANNEL_USER) {
hci_pi           1830 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) {
hci_pi           1843 net/bluetooth/hci_sock.c 			hci_pi(sk)->cmsg_mask |= HCI_CMSG_DIR;
hci_pi           1845 net/bluetooth/hci_sock.c 			hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_DIR;
hci_pi           1855 net/bluetooth/hci_sock.c 			hci_pi(sk)->cmsg_mask |= HCI_CMSG_TSTAMP;
hci_pi           1857 net/bluetooth/hci_sock.c 			hci_pi(sk)->cmsg_mask &= ~HCI_CMSG_TSTAMP;
hci_pi           1862 net/bluetooth/hci_sock.c 			struct hci_filter *f = &hci_pi(sk)->filter;
hci_pi           1883 net/bluetooth/hci_sock.c 			struct hci_filter *f = &hci_pi(sk)->filter;
hci_pi           1919 net/bluetooth/hci_sock.c 	if (hci_pi(sk)->channel != HCI_CHANNEL_RAW) {
hci_pi           1926 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->cmsg_mask & HCI_CMSG_DIR)
hci_pi           1936 net/bluetooth/hci_sock.c 		if (hci_pi(sk)->cmsg_mask & HCI_CMSG_TSTAMP)
hci_pi           1947 net/bluetooth/hci_sock.c 			struct hci_filter *f = &hci_pi(sk)->filter;