Searched refs:sender_index (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | messages.h | 82 __le32 sender_index; member 91 __le32 sender_index; member
|
H A D | noise.c | 569 dst->sender_index = wg_index_hashtable_insert( in wg_noise_handshake_create_initiation() 649 handshake->remote_index = src->sender_index; in wg_noise_handshake_consume_initiation() 713 dst->sender_index = wg_index_hashtable_insert( in wg_noise_handshake_create_response() 797 handshake->remote_index = src->sender_index; in wg_noise_handshake_consume_response()
|
H A D | send.c | 112 __le32 sender_index) in wg_packet_send_handshake_cookie() 118 wg_cookie_message_create(&packet, initiating_skb, sender_index, in wg_packet_send_handshake_cookie() 110 wg_packet_send_handshake_cookie(struct wg_device *wg, struct sk_buff *initiating_skb, __le32 sender_index) wg_packet_send_handshake_cookie() argument
|
H A D | queueing.h | 44 __le32 sender_index);
|
H A D | receive.c | 148 message->sender_index); in wg_receive_handshake_packet() 170 message->sender_index); in wg_receive_handshake_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | messages.h | 82 __le32 sender_index; member 91 __le32 sender_index; member
|
H A D | noise.c | 569 dst->sender_index = wg_index_hashtable_insert( in wg_noise_handshake_create_initiation() 649 handshake->remote_index = src->sender_index; in wg_noise_handshake_consume_initiation() 713 dst->sender_index = wg_index_hashtable_insert( in wg_noise_handshake_create_response() 797 handshake->remote_index = src->sender_index; in wg_noise_handshake_consume_response()
|
H A D | send.c | 112 __le32 sender_index) in wg_packet_send_handshake_cookie() 118 wg_cookie_message_create(&packet, initiating_skb, sender_index, in wg_packet_send_handshake_cookie() 110 wg_packet_send_handshake_cookie(struct wg_device *wg, struct sk_buff *initiating_skb, __le32 sender_index) wg_packet_send_handshake_cookie() argument
|
H A D | queueing.h | 44 __le32 sender_index);
|
H A D | receive.c | 141 message->sender_index); in wg_receive_handshake_packet() 163 message->sender_index); in wg_receive_handshake_packet()
|
Completed in 7 milliseconds