new_headroom     4346 include/linux/skbuff.h 	int new_headroom, headroom;
new_headroom     4354 include/linux/skbuff.h 	new_headroom = skb_headroom(skb);
new_headroom     4355 include/linux/skbuff.h 	SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom);
new_headroom     2025 net/openvswitch/datapath.c static void ovs_update_headroom(struct datapath *dp, unsigned int new_headroom)
new_headroom     2030 net/openvswitch/datapath.c 	dp->max_headroom = new_headroom;
new_headroom     2033 net/openvswitch/datapath.c 			netdev_set_rx_headroom(vport->dev, new_headroom);
new_headroom     2044 net/openvswitch/datapath.c 	unsigned int new_headroom;
new_headroom     2106 net/openvswitch/datapath.c 	new_headroom = netdev_get_fwd_headroom(vport->dev);
new_headroom     2108 net/openvswitch/datapath.c 	if (new_headroom > dp->max_headroom)
new_headroom     2109 net/openvswitch/datapath.c 		ovs_update_headroom(dp, new_headroom);
new_headroom     2185 net/openvswitch/datapath.c 	unsigned int new_headroom;
new_headroom     2217 net/openvswitch/datapath.c 		new_headroom = ovs_get_max_headroom(dp);
new_headroom     2219 net/openvswitch/datapath.c 		if (new_headroom < dp->max_headroom)
new_headroom     2220 net/openvswitch/datapath.c 			ovs_update_headroom(dp, new_headroom);