Home
last modified time | relevance | path

Searched refs:PF_IUCV (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/iucv/
H A Daf_iucv.h22 #define PF_IUCV AF_IUCV macro
/linux/net/iucv/
H A Daf_iucv.c454 sk = sk_alloc(&init_net, PF_IUCV, prio, &iucv_proto, kern); in iucv_sock_alloc()
2212 .family = PF_IUCV,
2236 if (protocol && protocol != PF_IUCV) in iucv_sock_create()
2313 sock_unregister(PF_IUCV); in afiucv_init()
2327 sock_unregister(PF_IUCV); in afiucv_exit()
2338 MODULE_ALIAS_NETPROTO(PF_IUCV);
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h281 #define PF_IUCV AF_IUCV macro
/linux/include/linux/
H A Dsocket.h281 #define PF_IUCV AF_IUCV macro
/linux/net/
H A Dsocket.c208 [PF_IUCV] = "PF_IUCV",
/linux/security/selinux/
H A Dhooks.c1277 case PF_IUCV: in socket_type_to_security_class()
/linux/drivers/s390/net/
H A Dqeth_core_main.c1339 if (sk && sk->sk_family == PF_IUCV) in qeth_notify_skbs()