Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnet-condition.h28 bool net_match_is_empty(const NetMatch *match);
Dnet-condition.c33 bool net_match_is_empty(const NetMatch *match) { in net_match_is_empty() function
/systemd-251/src/udev/net/
Dlink-config.c278 if (net_match_is_empty(&config->match) && !config->conditions) { in link_load_one()
/systemd-251/src/network/
Dnetworkd-network.c131 if (net_match_is_empty(&network->match) && !network->conditions) in network_verify()