Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c368 unsigned int table, unsigned int idx, int use_cnt_adj) in udp_tunnel_nic_entry_adj() argument
374 WARN_ON(entry->use_cnt + (u32)use_cnt_adj > U16_MAX); in udp_tunnel_nic_entry_adj()
379 entry->use_cnt += use_cnt_adj; in udp_tunnel_nic_entry_adj()
380 if (!dodgy && !entry->use_cnt == !(entry->use_cnt - use_cnt_adj)) in udp_tunnel_nic_entry_adj()
387 if (use_cnt_adj < 0) { in udp_tunnel_nic_entry_adj()
407 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_entry_try_adj() argument
419 udp_tunnel_nic_entry_adj(utn, table, idx, use_cnt_adj); in udp_tunnel_nic_entry_try_adj()
430 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_try_existing() argument
442 use_cnt_adj)) in udp_tunnel_nic_try_existing()