Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A Dgbmc-nic-dhcrelay.sh.in27 if [[ $change == addr && $scope == link && $fam == inet6 && $flags != *tentative* ]]; then
H A Dgbmc-nic-neigh.sh.in60 [[ $fam == inet6 && $flags != *tentative* ]]; then
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-nft.sh51 [[ $fam == inet6 && $flags != *tentative* ]]; then
H A Dgbmc-br-gw-src.sh113 [[ $fam == inet6 && $flags != *tentative* ]]; then
/openbmc/linux/Documentation/networking/
H A Dsctp.rst32 - There is tentative support for IPv6, but most work has gone towards
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.107.bb43 TD = "${S}/tentative-dist"
44 TDS = "${S}/tentative-dist-staging"
/openbmc/linux/include/linux/
H A Ddrbd_genl.h174 __flg_field(28, DRBD_GENLA_F_MANDATORY | DRBD_F_INVARIANT, tentative)
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3457 int hg, rule_nr, rr_conflict, tentative, always_asbp; in drbd_sync_handshake() local
3510 tentative = nc->tentative; in drbd_sync_handshake()
3583 if (tentative || test_bit(CONN_DRY_RUN, &peer_device->connection->flags)) { in drbd_sync_handshake()
H A Ddrbd_main.c782 if (nc->tentative && connection->agreed_pro_version < 92) { in __drbd_send_protocol()
800 if (nc->tentative) in __drbd_send_protocol()