Searched refs:dn_pipe (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip_dummynet.c | 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() [all …]
|
| H A D | ip_dummynet.h | 324 struct dn_pipe *pipe; /* pointer to parent pipe */ 378 struct dn_pipe { /* a pipe */ struct 379 SLIST_ENTRY(dn_pipe) next;/* linked list in a hash slot */ 409 SLIST_HEAD(dn_pipe_head, dn_pipe); argument
|