Lines Matching refs:f
1063 struct hci_filter *f = &hci_pi(sk)->filter; in hci_sock_setsockopt() local
1065 uf.type_mask = f->type_mask; in hci_sock_setsockopt()
1066 uf.opcode = f->opcode; in hci_sock_setsockopt()
1067 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt()
1068 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt()
1084 struct hci_filter *f = &hci_pi(sk)->filter; in hci_sock_setsockopt() local
1086 f->type_mask = uf.type_mask; in hci_sock_setsockopt()
1087 f->opcode = uf.opcode; in hci_sock_setsockopt()
1088 *((u32 *) f->event_mask + 0) = uf.event_mask[0]; in hci_sock_setsockopt()
1089 *((u32 *) f->event_mask + 1) = uf.event_mask[1]; in hci_sock_setsockopt()
1145 struct hci_filter *f = &hci_pi(sk)->filter; in hci_sock_getsockopt() local
1148 uf.type_mask = f->type_mask; in hci_sock_getsockopt()
1149 uf.opcode = f->opcode; in hci_sock_getsockopt()
1150 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_getsockopt()
1151 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_getsockopt()