Searched refs:PF_AX25 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/ax25/ |
D | af_ax25.c | 819 if (protocol == 0 || protocol == PF_AX25) in ax25_create() 826 case PF_AX25: /* For CLX */ in ax25_create() 865 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 891 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new() 1928 .family = PF_AX25, 1934 .family = PF_AX25, 1991 MODULE_ALIAS_NETPROTO(PF_AX25); 2003 sock_unregister(PF_AX25); in ax25_exit()
|
/Linux-v5.4/include/linux/ |
D | socket.h | 220 #define PF_AX25 AF_AX25 macro
|
/Linux-v5.4/security/selinux/ |
D | hooks.c | 1266 case PF_AX25: in socket_type_to_security_class()
|