Searched refs:dn_pipe (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | ip_dummynet.c | 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() [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
|