Searched refs:max_headroom (Results 1 – 6 of 6) sorted by relevance
302 unsigned max_headroom = 0; in get_max_headroom() 308 if (dev_headroom > max_headroom) in get_max_headroom() 309 max_headroom = dev_headroom; in get_max_headroom() 312 return max_headroom; in get_max_headroom() 301 unsigned max_headroom = 0; get_max_headroom() local
2281 unsigned int dev_headroom, max_headroom = 0; in ovs_vport_cmd_new() 2291 if (dev_headroom > max_headroom) in ovs_vport_cmd_new() 2292 max_headroom = dev_headroom; in ovs_vport_cmd_new() 2296 return max_headroom; in ovs_vport_cmd_new() 2305 dp->max_headroom = new_headroom; in ovs_vport_cmd_new() 2388 if (new_headroom > dp->max_headroom) in ovs_vport_cmd_set() 2391 netdev_set_rx_headroom(vport->dev, dp->max_headroom); in ovs_vport_cmd_set() 2490 if (netdev_get_fwd_headroom(vport->dev) == dp->max_headroom) in ovs_vport_cmd_get() 2499 if (new_headroom < dp->max_headroom) in ovs_vport_cmd_get() 2249 unsigned int dev_headroom, max_headroom = 0; ovs_get_max_headroom() local
106 u32 max_headroom; member
1110 unsigned int max_headroom = psh_hlen; in ip6_tnl_xmit() local 1204 max_headroom += 8; in ip6_tnl_xmit() 1234 max_headroom += LL_RESERVED_SPACE(tdev); in ip6_tnl_xmit() 1236 if (skb_headroom(skb) < max_headroom || skb_shared(skb) || in ip6_tnl_xmit() 1240 new_skb = skb_realloc_headroom(skb, max_headroom); in ip6_tnl_xmit() 1271 max_headroom = LL_RESERVED_SPACE(tdev) + sizeof(struct ipv6hdr) in ip6_tnl_xmit() 1273 ip_tunnel_adj_headroom(dev, max_headroom); in ip6_tnl_xmit()
675 unsigned int max_headroom; /* The extra header space needed */ in ip_tunnel_xmit() local 836 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr) in ip_tunnel_xmit() 839 if (skb_cow_head(skb, max_headroom)) { in ip_tunnel_xmit() 846 ip_tunnel_adj_headroom(dev, max_headroom); in ip_tunnel_xmit()
12818 unsigned short max_headroom = 0; in netdev_compute_master_upper_features() 12854 max_headroom = max(max_headroom, lower_dev->needed_headroom); in netdev_compute_master_upper_features() 12878 dev->needed_headroom = max_headroom; in netdev_create_hash() 12803 unsigned short max_headroom = 0; netdev_compute_master_upper_features() local