Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.c41 cmsg.cm.cmsg_type = SCM_RIGHTS; in ngx_write_channel()
161 if (cmsg.cm.cmsg_level != SOL_SOCKET || cmsg.cm.cmsg_type != SCM_RIGHTS) in ngx_read_channel()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c68 if (cmsg == NULL || cmsg->cmsg_type != SCM_RIGHTS || in mlx5_pmd_socket_handle()
/f-stack/tools/compat/include/sys/
H A Dsocket.h576 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
/f-stack/freebsd/kern/
H A Duipc_usrreq.c2029 && cm->cmsg_type == SCM_RIGHTS) { in unp_externalize()
2050 SCM_RIGHTS, SOL_SOCKET); in unp_externalize()
2184 cp->cmsg_type != SCM_RIGHTS) in unp_internalize_cleanup_rights()
2252 case SCM_RIGHTS: in unp_internalize()
2282 SCM_RIGHTS, SOL_SOCKET); in unp_internalize()
2828 cm->cmsg_type == SCM_RIGHTS) { in unp_scan()
H A Duipc_syscalls.c722 cm->cmsg_type = SCM_RIGHTS; in sendit()
1023 SCM_RIGHTS) { in kern_recvit()
1618 cm->cmsg_type == SCM_RIGHTS) { in m_dispose_extcontrolm()
/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c138 (cmsg->cmsg_type == SCM_RIGHTS)) { in read_fd_message()
182 cmsg->cmsg_type = SCM_RIGHTS; in send_fd_message()
/f-stack/freebsd/sys/
H A Dsocket.h582 #define SCM_RIGHTS 0x01 /* access rights (array of int) */ macro
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c77 cmsg->cmsg_type = SCM_RIGHTS; in vhost_user_write()
/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c50 cmsg->cmsg_type = SCM_RIGHTS; in memif_msg_send()
664 else if (cmsg->cmsg_type == SCM_RIGHTS) in memif_msg_receive()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c299 (cmsg->cmsg_type == SCM_RIGHTS)) { in read_msg()
695 cmsg->cmsg_type = SCM_RIGHTS; in send_msg()