Searched refs:dn_pipe (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_dummynet.c | 150 static void transmit_event(struct dn_pipe *pipe, struct mbuf **head, 154 static void ready_event_wfq(struct dn_pipe *p, struct mbuf **head, 212 static int config_pipe(struct dn_pipe *p); 222 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp); 224 static int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p ); 228 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp); 230 static int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p ); 265 cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_32() 312 cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p ) in cp_pipe_from_user_64() 463 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
|