Home
last modified time | relevance | path

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

/openbmc/linux/include/net/iucv/
H A Daf_iucv.h22 #define PF_IUCV AF_IUCV macro
/openbmc/linux/net/iucv/
H A Daf_iucv.c454 sk = sk_alloc(&init_net, PF_IUCV, prio, &iucv_proto, kern); in iucv_sock_alloc()
2214 .family = PF_IUCV,
2238 if (protocol && protocol != PF_IUCV) in iucv_sock_create()
2315 sock_unregister(PF_IUCV); in afiucv_init()
2329 sock_unregister(PF_IUCV); in afiucv_exit()
2340 MODULE_ALIAS_NETPROTO(PF_IUCV);
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h280 #define PF_IUCV AF_IUCV macro
/openbmc/linux/include/linux/
H A Dsocket.h280 #define PF_IUCV AF_IUCV macro
/openbmc/linux/net/
H A Dsocket.c207 [PF_IUCV] = "PF_IUCV",
/openbmc/linux/security/selinux/
H A Dhooks.c1270 case PF_IUCV: in socket_type_to_security_class()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c1339 if (sk && sk->sk_family == PF_IUCV) in qeth_notify_skbs()