Lines Matching refs:PACKET_CB
266 PACKET_CB(skb)->nonce = in decrypt_packet()
286 PACKET_CB(skb)->nonce, in decrypt_packet()
353 PACKET_CB(skb)->keypair))) { in wg_packet_consume_data_done()
396 INET_ECN_decapsulate(skb, PACKET_CB(skb)->ds, ip_hdr(skb)->tos); in wg_packet_consume_data_done()
400 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()
462 keypair = PACKET_CB(skb)->keypair; in wg_packet_rx_poll()
469 PACKET_CB(skb)->nonce))) { in wg_packet_rx_poll()
472 PACKET_CB(skb)->nonce, in wg_packet_rx_poll()
508 likely(decrypt_packet(skb, PACKET_CB(skb)->keypair)) ? in wg_packet_decrypt_worker()
523 PACKET_CB(skb)->keypair = in wg_packet_consume_data()
527 if (unlikely(!wg_noise_keypair_get(PACKET_CB(skb)->keypair))) in wg_packet_consume_data()
542 wg_noise_keypair_put(PACKET_CB(skb)->keypair, false); in wg_packet_consume_data()
582 PACKET_CB(skb)->ds = ip_tunnel_get_dsfield(ip_hdr(skb), skb); in wg_packet_receive()