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.
725 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail)
786 struct dn_pipe *p, int len)
815 struct dn_pipe *p = q->fs->pipe ;
878 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail)
1016 struct dn_pipe *pe ;
1044 struct dn_pipe *pipe = p;
1158 struct dn_pipe *p;
1495 static __inline struct dn_pipe *
1498 struct dn_pipe *pipe;
1532 struct dn_pipe *pipe ;
1819 * For the one in dn_pipe MUST also cleanup ready_heap...
1862 purge_pipe(struct dn_pipe *pipe)
1886 struct dn_pipe *pipe, *pipe1;
1914 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next);
1944 struct dn_pipe *p ;
2079 config_pipe(struct dn_pipe *p)
2098 struct dn_pipe *x, *b;
2106 x = _MALLOC(sizeof(struct dn_pipe), M_DUMMYNET, M_DONTWAIT | M_ZERO) ;
2218 pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p)
2240 struct dn_pipe *p;
2271 delete_pipe(struct dn_pipe *p)
2278 struct dn_pipe *b;
2291 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next);
2418 struct dn_pipe *p ;
2456 struct dn_pipe *p ;
2526 struct dn_pipe *p, tmp_pipe;