Searched defs:veth (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dcriu.c493 char eth[128], *veth; local
499 /* Since criu version 2.8 the usage of --veth-pair
520 veth = n->priv.veth_attr.pair;
524 fmt = "veth[%s]:%s@%s";
528 ret = snprintf(buf, sizeof(buf), fmt, eth, veth, n->link);
531 fmt = "veth[%s]:%s";
535 ret = snprintf(buf, sizeof(buf), fmt, eth, veth);
562 DECLARE_ARG("--veth-pair");
728 /* We only know how to restore containers with veth networks. */

Completed in 10 milliseconds