Lines Matching refs:PACKET_CB
265 PACKET_CB(skb)->nonce = in decrypt_packet()
285 PACKET_CB(skb)->nonce, in decrypt_packet()
352 PACKET_CB(skb)->keypair))) { in wg_packet_consume_data_done()
395 INET_ECN_decapsulate(skb, PACKET_CB(skb)->ds, ip_hdr(skb)->tos); in wg_packet_consume_data_done()
399 INET_ECN_decapsulate(skb, PACKET_CB(skb)->ds, ipv6_get_dsfield(ipv6_hdr(skb))); in wg_packet_consume_data_done()
459 (state = atomic_read_acquire(&PACKET_CB(skb)->state)) != in wg_packet_rx_poll()
463 keypair = PACKET_CB(skb)->keypair; in wg_packet_rx_poll()
470 PACKET_CB(skb)->nonce))) { in wg_packet_rx_poll()
473 PACKET_CB(skb)->nonce, in wg_packet_rx_poll()
509 likely(decrypt_packet(skb, PACKET_CB(skb)->keypair)) ? in wg_packet_decrypt_worker()
524 PACKET_CB(skb)->keypair = in wg_packet_consume_data()
528 if (unlikely(!wg_noise_keypair_get(PACKET_CB(skb)->keypair))) in wg_packet_consume_data()
545 wg_noise_keypair_put(PACKET_CB(skb)->keypair, false); in wg_packet_consume_data()
579 PACKET_CB(skb)->ds = ip_tunnel_get_dsfield(ip_hdr(skb), skb); in wg_packet_receive()