Lines Matching refs:head
115 skb->csum_start = skb_transport_header(skb) - skb->head; in __skb_udp_tunnel_segment()
262 static void udp_offload_free_routine(struct rcu_head *head) in udp_offload_free_routine() argument
264 struct udp_offload_priv *ou_priv = container_of(head, struct udp_offload_priv, rcu); in udp_offload_free_routine()
270 struct udp_offload_priv __rcu **head = &udp_offload_base; in udp_del_offload() local
275 uo_priv = udp_deref_protected(*head); in udp_del_offload()
277 uo_priv = udp_deref_protected(*head)) { in udp_del_offload()
279 rcu_assign_pointer(*head, in udp_del_offload()
283 head = &uo_priv->next; in udp_del_offload()
293 struct sk_buff **udp_gro_receive(struct sk_buff **head, struct sk_buff *skb, in udp_gro_receive() argument
323 for (p = *head; p; p = p->next) { in udp_gro_receive()
342 pp = uo_priv->offload->callbacks.gro_receive(head, skb, in udp_gro_receive()
352 static struct sk_buff **udp4_gro_receive(struct sk_buff **head, in udp4_gro_receive() argument
372 return udp_gro_receive(head, skb, uh); in udp4_gro_receive()