Home
last modified time | relevance | path

Searched refs:PF_AX25 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ax25/
Daf_ax25.c815 if (protocol == 0 || protocol == PF_AX25) in ax25_create()
822 case PF_AX25: /* For CLX */ in ax25_create()
859 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create()
885 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new()
1930 .family = PF_AX25,
1936 .family = PF_AX25,
1992 MODULE_ALIAS_NETPROTO(PF_AX25);
2004 sock_unregister(PF_AX25); in ax25_exit()
/Linux-v4.19/include/linux/
Dsocket.h219 #define PF_AX25 AF_AX25 macro
/Linux-v4.19/security/selinux/
Dhooks.c1418 case PF_AX25: in socket_type_to_security_class()