Home
last modified time | relevance | path

Searched refs:dodgy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_nic.c189 bool dodgy = entry->flags & UDP_TUNNEL_NIC_ENTRY_OP_FAIL; in udp_tunnel_nic_entry_update_done() local
195 (!err || (err == -EEXIST && dodgy))) in udp_tunnel_nic_entry_update_done()
199 (!err || (err == -ENOENT && dodgy))) in udp_tunnel_nic_entry_update_done()
371 bool dodgy = entry->flags & UDP_TUNNEL_NIC_ENTRY_OP_FAIL; in udp_tunnel_nic_entry_adj() local
377 * For dodgy entries make sure we try to sync again (queue the entry). in udp_tunnel_nic_entry_adj()
380 if (!dodgy && !entry->use_cnt == !(entry->use_cnt - use_cnt_adj)) in udp_tunnel_nic_entry_adj()
397 if (!dodgy) in udp_tunnel_nic_entry_adj()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_nic.c189 bool dodgy = entry->flags & UDP_TUNNEL_NIC_ENTRY_OP_FAIL; in udp_tunnel_nic_entry_update_done() local
195 (!err || (err == -EEXIST && dodgy))) in udp_tunnel_nic_entry_update_done()
199 (!err || (err == -ENOENT && dodgy))) in udp_tunnel_nic_entry_update_done()
371 bool dodgy = entry->flags & UDP_TUNNEL_NIC_ENTRY_OP_FAIL; in udp_tunnel_nic_entry_adj() local
377 * For dodgy entries make sure we try to sync again (queue the entry). in udp_tunnel_nic_entry_adj()
380 if (!dodgy && !entry->use_cnt == !(entry->use_cnt - use_cnt_adj)) in udp_tunnel_nic_entry_adj()
397 if (!dodgy) in udp_tunnel_nic_entry_adj()

Completed in 4 milliseconds