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

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

Completed in 79 milliseconds