Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dip_common.h90 int netns_identify_pid(const char *pidstr, char *name, int len);
Dipnetns.c471 int netns_identify_pid(const char *pidstr, char *name, int len) in netns_identify_pid() function
549 rc = netns_identify_pid(pidstr, name, sizeof(name)); in netns_identify()
Dipvrf.c198 if (netns_identify_pid("self", netns, len-3)) { in ipvrf_get_netns()