Home
last modified time | relevance | path

Searched refs:new_headroom (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dgso.h34 int new_headroom, headroom; in gso_pskb_expand_head() local
42 new_headroom = skb_headroom(skb); in gso_pskb_expand_head()
43 SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom); in gso_pskb_expand_head()
/linux/net/openvswitch/
H A Ddatapath.c2299 static void ovs_update_headroom(struct datapath *dp, unsigned int new_headroom) in ovs_vport_cmd_new()
2304 dp->max_headroom = new_headroom; in ovs_vport_cmd_new()
2308 netdev_set_rx_headroom(vport->dev, new_headroom); in ovs_vport_cmd_new()
2320 unsigned int new_headroom; in ovs_vport_cmd_new()
2385 new_headroom = netdev_get_fwd_headroom(vport->dev); in ovs_vport_cmd_set()
2387 if (new_headroom > dp->max_headroom) in ovs_vport_cmd_set()
2388 ovs_update_headroom(dp, new_headroom); in ovs_vport_cmd_set()
2464 unsigned int new_headroom; in ovs_vport_cmd_del()
2496 new_headroom = ovs_get_max_headroom(dp); in ovs_vport_cmd_get()
2498 if (new_headroom < d in ovs_vport_cmd_get()
2268 ovs_update_headroom(struct datapath * dp,unsigned int new_headroom) ovs_update_headroom() argument
2289 unsigned int new_headroom; ovs_vport_cmd_new() local
2433 unsigned int new_headroom; ovs_vport_cmd_del() local
[all...]