Searched refs:random (Results 1 – 6 of 6) sorted by relevance
/net/bluetooth/ |
D | smp.c | 413 struct smp_chan *smp = container_of(work, struct smp_chan, random); in random_work() 502 INIT_WORK(&smp->random, random_work); in smp_chan_create() 683 u8 random[16]; in smp_cmd_pairing_confirm() local 685 swap128(smp->prnd, random); in smp_cmd_pairing_confirm() 686 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(random), in smp_cmd_pairing_confirm() 687 random); in smp_cmd_pairing_confirm() 707 queue_work(hdev->workqueue, &smp->random); in smp_cmd_pairing_random()
|
D | hci_event.c | 3618 ltk = hci_find_ltk(hdev, ev->ediv, ev->random); in hci_le_ltk_request_evt()
|
/net/netfilter/ |
D | xt_statistic.c | 40 if ((net_random() & 0x7FFFFFFF) < info->u.random.probability) in statistic_mt()
|
/net/sctp/ |
D | auth.c | 195 sctp_random_param_t *random, in sctp_auth_make_key_vector() argument 205 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector() 216 memcpy(new->data, random, random_len); in sctp_auth_make_key_vector()
|
/net/ipv6/ |
D | Kconfig | 29 pseudo-random global-scope unicast address(es) will be assigned to 32 We use our standard pseudo-random algorithm to generate the
|
/net/ipv4/ |
D | Kconfig | 563 type. TCP Veno cuts down less congestion window in response to random
|