Lines Matching refs:dn_pipe

151 static void	transmit_event(struct dn_pipe *pipe, struct mbuf **head,
155 static void ready_event_wfq(struct dn_pipe *p, struct mbuf **head,
224 static int config_pipe(struct dn_pipe *p);
236 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
238 static int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p );
242 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
244 static int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p );
267 int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p )
313 int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p )
461 char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp)
487 * first field in dn_pipe and dn_flow_set. The correct
489 * of struct dn_pipe.
502 char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp)
528 * first field in dn_pipe and dn_flow_set. The correct
530 * of struct dn_pipe.
727 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail)
788 struct dn_pipe *p, int len)
817 struct dn_pipe *p = q->fs->pipe ;
880 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail)
1018 struct dn_pipe *pe ;
1046 struct dn_pipe *pipe = p;
1156 struct dn_pipe *p;
1493 static __inline struct dn_pipe *
1496 struct dn_pipe *pipe;
1530 struct dn_pipe *pipe ;
1810 * For the one in dn_pipe MUST also cleanup ready_heap...
1853 purge_pipe(struct dn_pipe *pipe)
1877 struct dn_pipe *pipe, *pipe1;
1905 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next);
1935 struct dn_pipe *p ;
2070 config_pipe(struct dn_pipe *p)
2089 struct dn_pipe *x, *b;
2097 x = _MALLOC(sizeof(struct dn_pipe), M_DUMMYNET, M_DONTWAIT | M_ZERO) ;
2209 pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p)
2231 struct dn_pipe *p;
2262 delete_pipe(struct dn_pipe *p)
2269 struct dn_pipe *b;
2282 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next);
2413 struct dn_pipe *p ;
2451 struct dn_pipe *p ;
2521 struct dn_pipe *p, tmp_pipe;