Home
last modified time | relevance | path

Searched defs:scm (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/net/unix/
H A Dscm.c106 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() argument
128 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() argument
142 struct scm_cookie scm; unix_destruct_scm() local
[all...]
H A Daf_unix.c139 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
144 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument
149 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument
154 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
157 static inline void unix_set_secdata(struct scm_cookie *scm, struc argument
160 unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument
1544 unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_peek_fds() argument
1591 unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) unix_scm_to_skb() argument
1631 maybe_init_creds(struct scm_cookie *scm, struct socket *socket, const struct sock *other) maybe_init_creds() argument
1649 unix_skb_scm_eq(struct sk_buff *skb, struct scm_cookie *scm) unix_skb_scm_eq() argument
1695 struct scm_cookie scm; unix_dgram_sendmsg() local
1898 struct scm_cookie scm; unix_stream_sendmsg() local
1996 struct scm_cookie scm; unix_stream_sendpage() local
2148 struct scm_cookie scm; unix_dgram_recvmsg() local
2314 struct scm_cookie scm; unix_stream_read_generic() local
[all...]
/kernel/linux/linux-6.6/net/unix/
H A Dscm.c105 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() argument
127 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() argument
141 struct scm_cookie scm; unix_destruct_scm() local
[all...]
H A Daf_unix.c188 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
193 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument
198 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument
203 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
206 static inline void unix_set_secdata(struct scm_cookie *scm, struc argument
209 unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument
1775 unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_peek_fds() argument
1822 unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) unix_scm_to_skb() argument
1864 unix_skb_scm_eq(struct sk_buff *skb, struct scm_cookie *scm) unix_skb_scm_eq() argument
1901 struct scm_cookie scm; unix_dgram_sendmsg() local
2113 queue_oob(struct socket *sock, struct msghdr *msg, struct sock *other, struct scm_cookie *scm, bool fds_sent) queue_oob() argument
2173 struct scm_cookie scm; unix_stream_sendmsg() local
2340 struct scm_cookie scm; __unix_dgram_recvmsg() local
2612 struct scm_cookie scm; unix_stream_read_generic() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dscm.h47 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
52 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
56 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred() argument
65 scm_destroy_cred(struct scm_cookie *scm) scm_destroy_cred() argument
71 scm_destroy(struct scm_cookie *scm) scm_destroy() argument
78 scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) scm_send() argument
93 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
114 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
123 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dscm.h48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
53 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
57 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred() argument
66 scm_destroy_cred(struct scm_cookie *scm) scm_destroy_cred() argument
72 scm_destroy(struct scm_cookie *scm) scm_destroy() argument
79 scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) scm_send() argument
94 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
115 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
124 scm_pidfd_recv(struct msghdr *msg, struct scm_cookie *scm) scm_pidfd_recv() argument
160 __scm_recv_common(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) __scm_recv_common() argument
190 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument
199 scm_recv_unix(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv_unix() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_isr.c217 struct csio_scsim *scm; in csio_scsi_isr_handler() local
H A Dcsio_scsi.h192 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq() argument
207 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq() argument
214 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() argument
222 csio_get_scsi_ddp(struct csio_scsim *scm) csio_get_scsi_ddp() argument
237 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) csio_put_scsi_ddp() argument
244 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, int n) csio_put_scsi_ddp_list() argument
[all...]
H A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios() argument
776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active() local
848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active() local
891 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_aborting() local
988 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_closing() local
1109 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_cmpl_handler() local
1159 csio_scsi_cleanup_io_q(struct csio_scsim *scm, struct list_head *q) csio_scsi_cleanup_io_q() argument
1233 csio_scsi_abort_io_q(struct csio_scsim *scm, struct list_head *q, uint32_t tmo) csio_scsi_abort_io_q() argument
1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) csio_scsim_cleanup_io() argument
1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) csio_scsim_cleanup_io_lnode() argument
1561 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_err_handler() local
2315 csio_scsi_alloc_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw, int buf_size, int num_buf) csio_scsi_alloc_ddp_bufs() argument
2388 csio_scsi_free_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw) csio_scsi_free_ddp_bufs() argument
2412 csio_scsim_init(struct csio_scsim *scm, struct csio_hw *hw) csio_scsim_init() argument
2500 csio_scsim_exit(struct csio_scsim *scm) csio_scsim_exit() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dscm.c122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() argument
296 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_isr.c217 struct csio_scsim *scm; in csio_scsi_isr_handler() local
H A Dcsio_scsi.h202 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq() argument
217 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq() argument
224 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() argument
232 csio_get_scsi_ddp(struct csio_scsim *scm) csio_get_scsi_ddp() argument
247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) csio_put_scsi_ddp() argument
254 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, int n) csio_put_scsi_ddp_list() argument
[all...]
H A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios() argument
776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active() local
848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active() local
891 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_aborting() local
988 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_closing() local
1109 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_cmpl_handler() local
1159 csio_scsi_cleanup_io_q(struct csio_scsim *scm, struct list_head *q) csio_scsi_cleanup_io_q() argument
1233 csio_scsi_abort_io_q(struct csio_scsim *scm, struct list_head *q, uint32_t tmo) csio_scsi_abort_io_q() argument
1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) csio_scsim_cleanup_io() argument
1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) csio_scsim_cleanup_io_lnode() argument
1565 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_err_handler() local
2321 csio_scsi_alloc_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw, int buf_size, int num_buf) csio_scsi_alloc_ddp_bufs() argument
2394 csio_scsi_free_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw) csio_scsi_free_ddp_bufs() argument
2418 csio_scsim_init(struct csio_scsim *scm, struct csio_hw *hw) csio_scsim_init() argument
2506 csio_scsim_exit(struct csio_scsim *scm) csio_scsim_exit() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dscm.c122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() argument
309 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds() argument
[all...]
/kernel/linux/linux-5.10/net/
H A Dcompat.c291 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() argument
/kernel/linux/linux-6.6/net/
H A Dcompat.c290 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() argument
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm.c1182 struct qcom_scm *scm; in qcom_scm_probe() local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sock.c1555 struct scm_cookie scm; in hci_sock_recvmsg() local
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c1843 struct scm_cookie scm; in netlink_sendmsg() local
1926 struct scm_cookie scm; in netlink_recvmsg() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm.c1367 static int qcom_scm_waitq_wakeup(struct qcom_scm *scm, unsigned int wq_ctx) in qcom_scm_waitq_wakeup() argument
1383 struct qcom_scm *scm = data; in qcom_scm_irq_handler() local
1410 struct qcom_scm *scm; in qcom_scm_probe() local
[all...]
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c1837 struct scm_cookie scm; in netlink_sendmsg() local
1920 struct scm_cookie scm; in netlink_recvmsg() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h798 uint32_t scm:1; member
841 uint32_t scm:1; member
1923 uint64_t scm:32; member
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h798 uint32_t scm:1; member
841 uint32_t scm:1; member
1923 uint64_t scm:32; member

Completed in 33 milliseconds