Home
last modified time | relevance | path

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

/systemd-251/src/network/netdev/
Dmacvlan.c60 if (m->mode == NETDEV_MACVLAN_MODE_PASSTHRU && link->network->promiscuous == 0) { in netdev_macvlan_fill_message_create()
/systemd-251/src/network/
Dnetworkd-setlink.c374 if (link->network->promiscuous >= 0) { in link_configure_fill_message()
376 SET_FLAG(ifi_flags, IFF_PROMISC, link->network->promiscuous); in link_configure_fill_message()
735 link->network->promiscuous < 0) in link_request_to_set_flags()
Dnetworkd-network.h96 int promiscuous; member
Dnetworkd-network.c390 .promiscuous = -1, in network_load_one()
Dnetworkd-network-gperf.gperf73 …e, 0, offsetof(Network, promiscuous)
/systemd-251/
DNEWS2206 the device to be raised in promiscuous mode.