Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c1024 int profile_len = sizeof(struct dn_profile) - in copy_profile() local
1029 if (have < profile_len) { in copy_profile()
1030 D("error have %d need %d", have, profile_len); in copy_profile()
1033 memcpy(*a->start, p, profile_len); in copy_profile()
1034 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()
1035 *a->start += profile_len; in copy_profile()