Home
last modified time | relevance | path

Searched refs:nspid (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/
Dtst_netdevice.h68 const char *ifname, pid_t nspid);
69 #define NETDEV_CHANGE_NS_PID(ifname, nspid) \ argument
70 tst_netdev_change_ns_pid(__FILE__, __LINE__, (ifname), (nspid))
/third_party/ltp/lib/
Dtst_netdevice.c365 const char *ifname, pid_t nspid) in tst_netdev_change_ns_pid() argument
367 return change_ns(file, lineno, ifname, IFLA_NET_NS_PID, nspid); in tst_netdev_change_ns_pid()
/third_party/ltp/doc/
Dnetwork-c-api.txt209 - +int NETDEV_CHANGE_NS_PID(const char *ifname, pid_t nspid)+ – Moves network
210 device +ifname+ to the network namespace currently used by process +nspid+.