Searched refs:netmap_pipe_adapter (Results 1 – 2 of 2) sorted by relevance
93 struct netmap_pipe_adapter **npa; in nm_pipe_alloc()102 old_len = sizeof(struct netmap_pipe_adapter *)*na->na_max_pipes; in nm_pipe_alloc()103 len = sizeof(struct netmap_pipe_adapter *) * npipes; in nm_pipe_alloc()131 static struct netmap_pipe_adapter *135 struct netmap_pipe_adapter *na; in netmap_pipe_find()153 netmap_pipe_add(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_add()170 netmap_pipe_remove(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_remove()175 struct netmap_pipe_adapter **p = in netmap_pipe_remove()380 struct netmap_pipe_adapter *pna = in netmap_pipe_krings_create()381 (struct netmap_pipe_adapter *)na; in netmap_pipe_krings_create()[all …]
914 struct netmap_pipe_adapter **na_pipes;1164 struct netmap_pipe_adapter { struct1173 struct netmap_pipe_adapter *peer; /* the other end of the pipe */ argument