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

1234

/linux-master/net/sctp/
H A Dinput.c661 info = ntohs(hdr->un.frag.mtu);
/linux-master/security/tomoyo/
H A Dcommon.h33 #include <linux/un.h>
/linux-master/net/sunrpc/
H A Drpcb_clnt.c20 #include <linux/un.h>
547 * @program: RPC program number of service to (un)register
548 * @version: RPC version number of service to (un)register
549 * @address: address family, IP address, and port to (un)register
550 * @netid: netid of transport protocol to (un)register
H A Dclnt.c34 #include <linux/un.h>
H A Dxprtsock.c33 #include <linux/un.h>
/linux-master/arch/um/drivers/
H A Dvector_user.c21 #include <sys/un.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c17 #include <sys/un.h>
/linux-master/net/9p/
H A Dtrans_fd.c20 #include <linux/un.h>
/linux-master/tools/perf/
H A Dbuiltin-daemon.c21 #include <sys/un.h>
/linux-master/tools/testing/selftests/landlock/
H A Dnet_test.c21 #include <sys/un.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw4.h66 #define get_job_ulpword(x, y) ((x)->iocb.un.ulpWord[y])
3583 } un; member in struct:lpfc_mbx_set_host_data
4031 } un; member in struct:lpfc_mqe
/linux-master/net/ipv6/
H A Dsit.c556 data_len = icmp_hdr(skb)->un.reserved[1] * 4; /* RFC 4884 4.1 */
/linux-master/net/ipv4/
H A Dip_sockglue.c408 icmp_hdr(skb)->un.reserved[1] * 4);
H A Dip_gre.c184 data_len = icmp_hdr(skb)->un.reserved[1] * 4; /* RFC 4884 4.1 */
H A Droute.c741 __be32 new_gw = icmp_hdr(skb)->un.gateway;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c18 #include <sys/un.h>
/linux-master/net/netlink/
H A Daf_netlink.c34 #include <linux/un.h>
/linux-master/net/core/
H A Dfilter.c85 #include <linux/un.h>
11877 struct sockaddr_un *un; local
11888 un = (struct sockaddr_un *)sa_kern->uaddr;
11889 memcpy(un->sun_path, sun_path, sun_path__sz);
/linux-master/net/unix/
H A Daf_unix.c90 #include <linux/un.h>
/linux-master/security/selinux/
H A Dhooks.c72 #include <linux/un.h> /* for Unix socket types */

Completed in 513 milliseconds

1234