Searched refs:na_pipe_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c137 const char *na_pipe_id; local
139 na_pipe_id = strrchr(na->up.name,
141 KASSERT(na_pipe_id != NULL, ("Invalid pipe name"));
142 ++na_pipe_id;
143 if (!strcmp(na_pipe_id, pipe_id)) {

Completed in 111 milliseconds