Lines Matching refs:dn_pipe
153 static void transmit_event(struct dn_pipe *pipe, struct mbuf **head,
157 static void ready_event_wfq(struct dn_pipe *p, struct mbuf **head,
215 static int config_pipe(struct dn_pipe *p);
225 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
227 static int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p );
231 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
233 static int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p );
271 cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_32()
319 cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_64()
471 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user()
513 cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp) in cp_pipe_to_64_user()
742 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) in transmit_event()
806 struct dn_pipe *p, int len) in move_pkt()
836 struct dn_pipe *p = q->fs->pipe; in ready_event()
901 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail) in ready_event_wfq()
1043 struct dn_pipe *pe; in dummynet()
1072 struct dn_pipe *pipe = p; in dummynet()
1487 static __inline struct dn_pipe *
1490 struct dn_pipe *pipe; in locate_pipe()
1526 struct dn_pipe *pipe; in dummynet_io()
1845 purge_pipe(struct dn_pipe *pipe) in purge_pipe()
1868 struct dn_pipe *pipe, *pipe1; in dummynet_flush()
1893 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
1895 kfree_type(struct dn_pipe, pipe); in dummynet_flush()
2014 config_pipe(struct dn_pipe *p) in config_pipe()
2036 struct dn_pipe *x, *b; in config_pipe()
2045 x = kalloc_type(struct dn_pipe, Z_WAITOK | Z_ZERO); in config_pipe()
2076 kfree_type(struct dn_pipe, x); in config_pipe()
2086 kfree_type(struct dn_pipe, x); in config_pipe()
2188 pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p) in pipe_remove_from_heap()
2210 struct dn_pipe *p; in dummynet_drain()
2244 delete_pipe(struct dn_pipe *p) in delete_pipe()
2253 struct dn_pipe *b; in delete_pipe()
2266 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2288 kfree_type(struct dn_pipe, b); in delete_pipe()
2401 struct dn_pipe *p; in dn_calc_size()
2440 struct dn_pipe *p; in dummynet_get()
2517 struct dn_pipe *p, tmp_pipe; in ip_dn_ctl()