Searched refs:un (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c18 #include <sys/un.h>
H A Dclone3.c16 #include <sys/un.h>
/linux-master/net/unix/
H A Dgarbage.c69 #include <linux/un.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h329 union lpfc_vmid_io_tag un; member in struct:lpfc_vmid
1827 return iocbq->iocb.un.ulpWord[4];
1863 return iocbq->iocb.un.genreq64.bdl.bdeSize;
1872 return iocbq->iocb.un.acxri.abortIoTag;
1881 return iocbq->iocb.un.elsreq64.remoteID;
H A Dlpfc_init.c153 memset((char*)mb->un.varRDnvp.rsvd3, 0,
154 sizeof (mb->un.varRDnvp.rsvd3));
155 memcpy((char*)mb->un.varRDnvp.rsvd3, licensed,
169 memcpy(phba->wwnn, (char *)mb->un.varRDnvp.nodename,
171 memcpy(phba->wwpn, (char *)mb->un.varRDnvp.portname,
198 if (mb->un.varRdRev.rr == 0) {
207 if (phba->sli_rev == 3 && !mb->un.varRdRev.v3rsp) {
214 memcpy(&vp->sli3Feat, &mb->un.varRdRev.sli3Feat, sizeof(uint32_t));
215 vp->rev.sli1FwRev = mb->un.varRdRev.sli1FwRev;
216 memcpy(vp->rev.sli1FwName, (char*) mb->un
[all...]
/linux-master/fs/reiserfs/
H A Dinode.c1008 unp_t *un; local
1037 un = &unf_single;
1039 un = kcalloc(min(blocks_needed, max_to_insert),
1041 if (!un) {
1042 un = &unf_single;
1052 un[blocks_needed - 1] =
1070 (char *)un,
1075 kfree(un);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_icmp.c38 tuple->src.u.icmp.id = hp->un.echo.id;
H A Dnf_nat_proto.c248 hdr->un.echo.id, tuple->src.u.icmp.id, false);
249 hdr->un.echo.id = tuple->src.u.icmp.id;
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c9 #include <linux/un.h>
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c12 #include <sys/un.h>
H A Dscm_pidfd.c13 #include <sys/un.h>
/linux-master/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c36 #include <sys/un.h>
/linux-master/security/
H A Dlsm_audit.c18 #include <linux/un.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c2 #include <sys/un.h>
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c14 #include <sys/un.h>
/linux-master/include/math-emu/
H A Dop-common.h531 #define _FP_CMP(fs, wc, ret, X, Y, un) \
537 ret = un; \
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S45 | Next consider if in the process of normalizing the un-
/linux-master/arch/um/os-Linux/
H A Dfile.c19 #include <sys/un.h>
/linux-master/net/9p/
H A Dtrans_rdma.c21 #include <linux/un.h>
430 * Since there is no way to "un-post" it, we remember it and skip
H A Dtrans_virtio.c22 #include <linux/un.h>
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c23 #include <linux/un.h>
/linux-master/net/ipv4/
H A Dip_tunnel_core.c224 .un.frag.__unused = 0,
225 .un.frag.mtu = htons(mtu),
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c87 #define icmp_id(icmph) (((icmph)->un).echo.id)
1729 __be32 info = ic->un.gateway;
1737 u32 mtu = ntohs(ic->un.frag.mtu);
/linux-master/net/core/
H A Dflow_dissector.c182 key_icmp->id = ih->un.echo.id ? ntohs(ih->un.echo.id) : 1;
/linux-master/security/selinux/
H A Davc.c24 #include <linux/un.h>

Completed in 247 milliseconds

1234