Lines Matching refs:dn_pipe
152 static void transmit_event(struct dn_pipe *pipe, struct mbuf **head,
156 static void ready_event_wfq(struct dn_pipe *p, struct mbuf **head,
214 static int config_pipe(struct dn_pipe *p);
224 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
226 static int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p );
230 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
232 static int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p );
267 cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_32()
314 cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_64()
465 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user()
507 cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp) in cp_pipe_to_64_user()
736 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) in transmit_event()
800 struct dn_pipe *p, int len) in move_pkt()
830 struct dn_pipe *p = q->fs->pipe; in ready_event()
895 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail) in ready_event_wfq()
1037 struct dn_pipe *pe; in dummynet()
1066 struct dn_pipe *pipe = p; in dummynet()
1481 static __inline struct dn_pipe *
1484 struct dn_pipe *pipe; in locate_pipe()
1520 struct dn_pipe *pipe; in dummynet_io()
1839 purge_pipe(struct dn_pipe *pipe) in purge_pipe()
1862 struct dn_pipe *pipe, *pipe1; in dummynet_flush()
1887 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
1889 kfree_type(struct dn_pipe, pipe); in dummynet_flush()
2008 config_pipe(struct dn_pipe *p) in config_pipe()
2030 struct dn_pipe *x, *b; in config_pipe()
2039 x = kalloc_type(struct dn_pipe, Z_NOWAIT | Z_ZERO); in config_pipe()
2070 kfree_type(struct dn_pipe, x); in config_pipe()
2080 kfree_type(struct dn_pipe, x); in config_pipe()
2182 pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p) in pipe_remove_from_heap()
2204 struct dn_pipe *p; in dummynet_drain()
2238 delete_pipe(struct dn_pipe *p) in delete_pipe()
2247 struct dn_pipe *b; in delete_pipe()
2260 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2282 kfree_type(struct dn_pipe, b); in delete_pipe()
2395 struct dn_pipe *p; in dn_calc_size()
2434 struct dn_pipe *p; in dummynet_get()
2511 struct dn_pipe *p, tmp_pipe; in ip_dn_ctl()