Home
last modified time | relevance | path

Searched refs:PF_ATMPVC (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/net/atm/
Dpvc.c107 .family = PF_ATMPVC,
140 return vcc_create(net, sock, protocol, PF_ATMPVC, kern); in pvc_create()
144 .family = PF_ATMPVC,
162 sock_unregister(PF_ATMPVC); in atmpvc_exit()
Dproc.c389 sizeof(struct vcc_state), (void *)(uintptr_t)PF_ATMPVC); in atm_proc_init()
Dcommon.c894 MODULE_ALIAS_NETPROTO(PF_ATMPVC);
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h246 #define PF_ATMPVC AF_ATMPVC macro
/linux-5.19.10/include/linux/
Dsocket.h246 #define PF_ATMPVC AF_ATMPVC macro
/linux-5.19.10/net/sched/
Dsch_atm.c257 if (sock->ops->family != PF_ATMSVC && sock->ops->family != PF_ATMPVC) { in atm_tc_change()
/linux-5.19.10/net/
Dsocket.c179 [PF_ATMPVC] = "PF_ATMPVC",
/linux-5.19.10/security/selinux/
Dhooks.c1211 case PF_ATMPVC: in socket_type_to_security_class()