Home
last modified time | relevance | path

Searched refs:bp_end (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.c274 static char *cp_pipe_to_64_user(struct dn_pipe *p, char *bp __ended_by(bp_end), char *bp_end);
275 static char *dn_copy_set_64(struct dn_flow_set *set, char *bp __ended_by(bp_end), char *bp_end);
280 static char *cp_pipe_to_32_user(struct dn_pipe *p, char *bp __ended_by(bp_end), char *bp_end);
281 static char *dn_copy_set_32(struct dn_flow_set *set, char *bp __ended_by(bp_end), char *bp_end);
526 cp_pipe_to_32_user(struct dn_pipe *p, char *bp0 __ended_by(bp_end), char *bp_end) in cp_pipe_to_32_user() argument
532 if (bp_end - bp0 < sizeof(*pipe_bp)) { in cp_pipe_to_32_user()
571 return dn_copy_set_32( &(p->fs), bp, bp_end); in cp_pipe_to_32_user()
579 cp_pipe_to_64_user(struct dn_pipe *p, char *bp0 __ended_by(bp_end), char *bp_end) in cp_pipe_to_64_user() argument
585 if (bp_end - bp0 < sizeof(*pipe_bp)) { in cp_pipe_to_64_user()
586 IP_DN_DBG_LOG("Would overflow: available=%ld", bp_end - bp0); in cp_pipe_to_64_user()
[all …]