Lines Matching refs:p
683 struct sk_buff *p; in vxlan_gro_prepare_receive() local
713 list_for_each_entry(p, head, list) { in vxlan_gro_prepare_receive()
714 if (!NAPI_GRO_CB(p)->same_flow) in vxlan_gro_prepare_receive()
717 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_prepare_receive()
720 NAPI_GRO_CB(p)->same_flow = 0; in vxlan_gro_prepare_receive()
2909 struct hlist_node *p, *n; in vxlan_cleanup() local
2912 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_cleanup()
2914 = container_of(p, struct vxlan_fdb, hlist); in vxlan_cleanup()
3055 struct hlist_node *p, *n; in vxlan_flush() local
3058 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_flush()
3060 = container_of(p, struct vxlan_fdb, hlist); in vxlan_flush()
3359 const struct ifla_vxlan_port_range *p in vxlan_validate() local
3362 if (ntohs(p->high) < ntohs(p->low)) { in vxlan_validate()
4095 const struct ifla_vxlan_port_range *p in vxlan_nl2conf() local
4097 conf->port_min = ntohs(p->low); in vxlan_nl2conf()
4098 conf->port_max = ntohs(p->high); in vxlan_nl2conf()