Lines Matching refs:data
33 #define SKB_TYPE_LE32(skb) (((struct message_header *)(skb)->data)->type)
65 data_offset = (u8 *)udp - skb->data;
80 data_offset = (u8 *)udp + sizeof(struct udphdr) - skb->data;
115 (struct message_handshake_cookie *)skb->data, wg);
144 (struct message_handshake_initiation *)skb->data;
166 (struct message_handshake_response *)skb->data;
267 le64_to_cpu(((struct message_data *)skb->data)->counter);
270 * call skb_cow_data, so that there's no chance that data is removed
273 offset = skb->data - skb_network_header(skb);
518 __le32 idx = ((struct message_data *)skb->data)->key_idx;