Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 25 of 30) sorted by relevance

12

/drivers/net/wireguard/
Dsend.c131 send = keypair && READ_ONCE(keypair->sending.is_valid) && in keep_key_fresh()
134 wg_birthdate_has_expired(keypair->sending.birthdate, REKEY_AFTER_TIME))); in keep_key_fresh()
218 keypair->sending.key); in encrypt_packet()
362 if (unlikely(!READ_ONCE(keypair->sending.is_valid))) in wg_packet_send_staged_packets()
364 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets()
391 WRITE_ONCE(keypair->sending.is_valid, false); in wg_packet_send_staged_packets()
Dnoise.c190 keypair->sending.is_valid = false; in wg_noise_expire_current_peer_keypairs()
194 keypair->sending.is_valid = false; in wg_noise_expire_current_peer_keypairs()
835 derive_keys(&new_keypair->sending, &new_keypair->receiving, in wg_noise_handshake_begin_session()
838 derive_keys(&new_keypair->receiving, &new_keypair->sending, in wg_noise_handshake_begin_session()
Dnoise.h32 struct noise_symmetric_key sending; member
Dreceive.c237 send = keypair && READ_ONCE(keypair->sending.is_valid) && in keep_key_fresh()
239 wg_birthdate_has_expired(keypair->sending.birthdate, in keep_key_fresh()
/drivers/staging/media/zoran/
DTODO12 Note: only recent ffmpeg has the ability of sending non-raw video via v4l2
14 The original way of sending video was via mplayer vo_zr/vo_zr2, but it does not compile
/drivers/macintosh/
Dvia-macii.c111 sending, enumerator
347 macii_state = sending; in macii_start()
421 case sending: in macii_interrupt()
Dadb-iop.c33 sending, enumerator
179 adb_iop_state = sending; in adb_iop_start()
Dvia-cuda.c157 sending, enumerator
631 cuda_state = sending; in cuda_interrupt()
635 case sending: in cuda_interrupt()
Dvia-pmu.c126 sending, enumerator
1250 pmu_state = sending; in pmu_start()
1498 case sending: in pmu_sr_intr()
/drivers/block/rnbd/
DREADME69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
79 4. Client closes a device by sending RNBD_MSG_CLOSE which contains only the
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset64 situation by sending a message to guests using these VFs, and
83 situation by sending a message to guests using these VFs, and
/drivers/hid/intel-ish-hid/ishtp/
Dclient.h83 int sending; member
Dclient.c665 if (cl->ishtp_flow_ctrl_creds != 1 && !cl->sending) { in ipc_tx_send()
670 if (!cl->sending) { in ipc_tx_send()
674 cl->sending = 1; in ipc_tx_send()
694 cl->sending = 0; in ipc_tx_send()
/drivers/platform/chrome/wilco_ec/
DKconfig18 If you say Y here, you get support for sending raw commands to
/drivers/net/wireless/marvell/mwifiex/
DREADME153 cmd_sent = <0/1, send command resources available/sending command to device>
154 data_sent = <0/1, send data resources available/sending data to device>
248 to ack before sending wakeup event
/drivers/hwtracing/stm/
DKconfig19 This is a simple framing protocol for sending data over STM
/drivers/crypto/caam/
DKconfig120 Selecting this will use CAAM Queue Interface (QI) for sending
/drivers/net/
DKconfig18 AX.25/KISS for sending Internet traffic over amateur radio links.
122 SLIP (the protocol for sending Internet traffic over telephone
350 receives them from user space program and instead of sending packets
/drivers/staging/media/atomisp/
DTODO119 15. Correct Coding Style. Please refrain sending coding style patches
/drivers/atm/
DKconfig263 dynamically using an ioctl (not yet) or changed by sending the
287 dynamically using an ioctl (not yet) or changed by sending the
/drivers/net/can/
DKconfig39 As only the sending and receiving of CAN frames is implemented, this
/drivers/net/ppp/
DKconfig11 the same purpose: sending Internet traffic over telephone (and other
/drivers/power/reset/
DKconfig175 This driver supports turning off QNAP NAS devices by sending
/drivers/mailbox/
DKconfig253 sending interrupts to the clients. On the other hand, the driver also
/drivers/gpio/
DTODO124 this with dry-coding and sending to maintainers to test

12