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

/linux-4.4.14/net/core/
H A Dscm.c118 void __scm_destroy(struct scm_cookie *scm) __scm_destroy() argument
254 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) scm_detach_fds() argument
/linux-4.4.14/include/net/
H A Dscm.h44 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) unix_get_peersec_dgram() argument
49 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) unix_get_peersec_dgram() argument
53 static __inline__ void scm_set_cred(struct scm_cookie *scm, scm_set_cred() argument
62 static __inline__ void scm_destroy_cred(struct scm_cookie *scm) scm_destroy_cred() argument
68 static __inline__ void scm_destroy(struct scm_cookie *scm) scm_destroy() argument
90 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument
75 scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) scm_send() argument
110 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_isr.c217 struct csio_scsim *scm; csio_scsi_isr_handler() local
H A Dcsio_scsi.h192 csio_get_scsi_ioreq(struct csio_scsim *scm) csio_get_scsi_ioreq() argument
207 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) csio_put_scsi_ioreq() argument
214 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, 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, csio_put_scsi_ddp_list() argument
H A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm, csio_scsi_gather_active_ios() argument
776 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_io_active() local
848 struct csio_scsim *scm = csio_hw_to_scsim(hw); 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
2319 csio_scsi_alloc_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw, csio_scsi_alloc_ddp_bufs() argument
2392 csio_scsi_free_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw) csio_scsi_free_ddp_bufs() argument
2416 csio_scsim_init(struct csio_scsim *scm, struct csio_hw *hw) csio_scsim_init() argument
2504 csio_scsim_exit(struct csio_scsim *scm) csio_scsim_exit() argument
/linux-4.4.14/net/
H A Dcompat.c258 void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm) scm_detach_fds_compat() argument
/linux-4.4.14/net/unix/
H A Daf_unix.c141 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) unix_get_secdata() argument
146 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) unix_set_secdata() argument
151 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument
156 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) unix_get_secdata() argument
159 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) unix_set_secdata() argument
162 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument
1491 static void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_detach_fds() argument
1504 struct scm_cookie scm; unix_destruct_scm() local
1533 static int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_attach_fds() argument
1568 static int unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) unix_scm_to_skb() argument
1608 static int maybe_init_creds(struct scm_cookie *scm, maybe_init_creds() argument
1654 struct scm_cookie scm; unix_dgram_sendmsg() local
1859 struct scm_cookie scm; unix_stream_sendmsg() local
1960 struct scm_cookie scm; unix_stream_sendpage() local
2113 struct scm_cookie scm; unix_dgram_recvmsg() local
2263 struct scm_cookie scm; unix_stream_read_generic() local
1626 unix_skb_scm_eq(struct sk_buff *skb, struct scm_cookie *scm) unix_skb_scm_eq() argument
/linux-4.4.14/net/netlink/
H A Daf_netlink.c2435 struct scm_cookie scm; netlink_sendmsg() local
2521 struct scm_cookie scm; netlink_recvmsg() local
744 netlink_mmap_sendmsg(struct sock *sk, struct msghdr *msg, u32 dst_portid, u32 dst_group, struct scm_cookie *scm) netlink_mmap_sendmsg() argument
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h1019 uint32_t scm:1; member in struct:cvmx_pci_ctl_status_2::cvmx_pci_ctl_status_2_s
1063 uint32_t scm:1; member in struct:cvmx_pci_ctl_status_2::cvmx_pci_ctl_status_2_cn31xx
2268 uint64_t scm:32; member in struct:cvmx_pci_scm_reg::cvmx_pci_scm_reg_s

Completed in 365 milliseconds