Searched refs:fds_sent (Results 1 – 1 of 1) sorted by relevance
2095 struct scm_cookie *scm, bool fds_sent) in queue_oob() argument2106 err = unix_scm_to_skb(scm, skb, !fds_sent); in queue_oob()2157 bool fds_sent = false; in unix_stream_sendmsg() local2214 err = unix_scm_to_skb(&scm, skb, !fds_sent); in unix_stream_sendmsg()2219 fds_sent = true; in unix_stream_sendmsg()2258 err = queue_oob(sock, msg, other, &scm, fds_sent); in unix_stream_sendmsg()