tag | line | file | source code |
---|---|---|---|
userp | 676 | net/unix/af_unix.c | static struct cmsghdr *unix_copyrights(void *userp, int len) |
userp | 683 | net/unix/af_unix.c | memcpy_fromfs(cm, userp, len); |
userp | 691 | net/unix/af_unix.c | static void unix_returnrights(void *userp, int len, struct cmsghdr *cm) |
userp | 693 | net/unix/af_unix.c | memcpy_tofs(userp, cm, len); |