Searched refs:asoc (Results 51 - 75 of 87) sorted by relevance

1234

/linux-master/net/sctp/
H A Dtsnmap.c117 trans->asoc->peer.sack_generation;
/linux-master/sound/soc/fsl/
H A Dimx-pcm-fiq.c28 #include <linux/platform_data/asoc-imx-ssi.h>
/linux-master/sound/soc/ti/
H A Domap-mcbsp-priv.h12 #include <linux/platform_data/asoc-ti-mcbsp.h>
H A Domap3pandora.c20 #include <linux/platform_data/asoc-ti-mcbsp.h>
H A Dn810.c20 #include <linux/platform_data/asoc-ti-mcbsp.h>
H A Drx51.c20 #include <linux/platform_data/asoc-ti-mcbsp.h>
H A Dams-delta.c19 #include <linux/platform_data/asoc-ti-mcbsp.h>
/linux-master/arch/arm/mach-omap1/
H A Dmcbsp.c20 #include <linux/platform_data/asoc-ti-mcbsp.h>
/linux-master/arch/arm/mach-pxa/
H A Dpxa27x.c37 #include <linux/platform_data/asoc-pxa.h>
/linux-master/sound/soc/pxa/
H A Dpxa2xx-ac97.c24 #include <linux/platform_data/asoc-pxa.h>
H A Dpxa2xx-i2s.c24 #include <linux/platform_data/asoc-pxa.h>
/linux-master/sound/arm/
H A Dpxa2xx-ac97.c24 #include <linux/platform_data/asoc-pxa.h>
H A Dpxa2xx-ac97-lib.c24 #include <linux/platform_data/asoc-pxa.h>
/linux-master/include/trace/events/
H A Dasoc.h3 #define TRACE_SYSTEM asoc
/linux-master/include/linux/
H A Dsecurity.h1557 int security_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb);
1560 void security_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk,
1562 int security_sctp_assoc_established(struct sctp_association *asoc,
1768 static inline int security_sctp_assoc_request(struct sctp_association *asoc, argument
1781 static inline void security_sctp_sk_clone(struct sctp_association *asoc, argument
1787 static inline int security_sctp_assoc_established(struct sctp_association *asoc, argument
H A Dlsm_hook_defs.h361 LSM_HOOK(int, 0, sctp_assoc_request, struct sctp_association *asoc,
365 LSM_HOOK(void, LSM_RET_VOID, sctp_sk_clone, struct sctp_association *asoc,
367 LSM_HOOK(int, 0, sctp_assoc_established, struct sctp_association *asoc,
H A Dsctp.h740 struct sctp_association *asoc; member in struct:sctp_infox
/linux-master/security/selinux/
H A Dhooks.c5286 * Determines peer_secid for the asoc and updates socket's peer label
5289 static int selinux_sctp_process_new_assoc(struct sctp_association *asoc, argument
5292 struct sock *sk = asoc->base.sk;
5304 asoc->peer_secid = SECSID_NULL;
5309 err = selinux_skb_peerlbl_sid(skb, family, &asoc->peer_secid);
5313 if (asoc->peer_secid == SECSID_NULL)
5314 asoc->peer_secid = SECINITSID_UNLABELED;
5316 asoc->peer_secid = SECINITSID_UNLABELED;
5327 sksec->peer_sid = asoc->peer_secid;
5328 } else if (sksec->peer_sid != asoc
5346 selinux_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb) argument
5379 selinux_sctp_assoc_established(struct sctp_association *asoc, struct sk_buff *skb) argument
5478 selinux_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk, struct sock *newsk) argument
[all...]
/linux-master/arch/arm/mach-s3c/
H A Ddevs.c47 #include <linux/platform_data/asoc-s3c.h>
/linux-master/sound/soc/
H A Dsoc-jack.c17 #include <trace/events/asoc.h>
/linux-master/security/
H A Dsecurity.c4898 * @asoc: SCTP association
4901 * Passes the @asoc and @chunk->skb of the association INIT packet to the LSM.
4905 int security_sctp_assoc_request(struct sctp_association *asoc, argument
4908 return call_int_hook(sctp_assoc_request, asoc, skb);
4935 * @asoc: SCTP association
4943 void security_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk, argument
4946 call_void_hook(sctp_sk_clone, asoc, sk, newsk);
4952 * @asoc: SCTP association
4955 * Passes the @asoc and @chunk->skb of the association COOKIE_ACK packet to the
4960 int security_sctp_assoc_established(struct sctp_association *asoc, argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c25 #include <linux/platform_data/asoc-ti-mcbsp.h>
/linux-master/include/sound/
H A Dsoc-dai.h15 #include <sound/asoc.h>
/linux-master/sound/soc/samsung/
H A Dpcm.c17 #include <linux/platform_data/asoc-s3c.h>
H A Dspdif.c15 #include <linux/platform_data/asoc-s3c.h>

Completed in 463 milliseconds

1234