Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/af_unix/
H A Dscm_rights_denial_lsm.c141 static int send_fds(int sk, int *fds, int n) in send_fds() function
219 ASSERT_EQ(0, send_fds(self->sk[SK_SENDER], self->files, NR_FILES)); in TEST_F()
239 ASSERT_EQ(0, send_fds(self->sk[SK_SENDER], self->files, NR_FILES)); in TEST_F()
261 ASSERT_EQ(0, send_fds(self->sk[SK_SENDER], self->files, NR_FILES)); in TEST_F()
281 ASSERT_EQ(0, send_fds(self->sk[SK_SENDER], self->files, NR_FILES)); in TEST_F()
/linux/tools/testing/selftests/net/rds/
H A Dtest.py99 socket.send_fds(u0, [], [sock.fileno()])
/linux/net/unix/
H A Daf_unix.c1990 static int unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) in unix_scm_to_skb() argument
1999 if (scm->fp && send_fds) in unix_scm_to_skb()