AF_BLUETOOTH 227 include/linux/socket.h #define PF_BLUETOOTH AF_BLUETOOTH AF_BLUETOOTH 34 include/net/bluetooth/bluetooth.h #ifndef AF_BLUETOOTH AF_BLUETOOTH 36 include/net/bluetooth/bluetooth.h #define PF_BLUETOOTH AF_BLUETOOTH AF_BLUETOOTH 279 net/bluetooth/hci_sock.c if (!haddr || haddr->hci_family != AF_BLUETOOTH) AF_BLUETOOTH 320 net/bluetooth/hci_sock.c haddr->hci_family = AF_BLUETOOTH; AF_BLUETOOTH 739 net/bluetooth/l2cap.c if (!addr || addr->sa_family != AF_BLUETOOTH) AF_BLUETOOTH 851 net/bluetooth/l2cap.c if (addr->sa_family != AF_BLUETOOTH || alen < sizeof(struct sockaddr_l2)) { AF_BLUETOOTH 1005 net/bluetooth/l2cap.c addr->sa_family = AF_BLUETOOTH; AF_BLUETOOTH 642 net/bluetooth/rfcomm/core.c addr.l2_family = AF_BLUETOOTH; AF_BLUETOOTH 663 net/bluetooth/rfcomm/core.c addr.l2_family = AF_BLUETOOTH; AF_BLUETOOTH 1884 net/bluetooth/rfcomm/core.c addr.l2_family = AF_BLUETOOTH; AF_BLUETOOTH 353 net/bluetooth/rfcomm/sock.c if (!addr || addr->sa_family != AF_BLUETOOTH) AF_BLUETOOTH 395 net/bluetooth/rfcomm/sock.c if (addr->sa_family != AF_BLUETOOTH || alen < sizeof(struct sockaddr_rc)) AF_BLUETOOTH 543 net/bluetooth/rfcomm/sock.c sa->rc_family = AF_BLUETOOTH; AF_BLUETOOTH 473 net/bluetooth/sco.c if (!addr || addr->sa_family != AF_BLUETOOTH) AF_BLUETOOTH 509 net/bluetooth/sco.c if (addr->sa_family != AF_BLUETOOTH || alen < sizeof(struct sockaddr_sco)) AF_BLUETOOTH 620 net/bluetooth/sco.c addr->sa_family = AF_BLUETOOTH;