Searched refs:nspid (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/include/ |
D | tst_netdevice.h | 68 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/ |
D | tst_netdevice.c | 365 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/ |
D | network-c-api.txt | 209 - +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+.
|