Searched refs:PF_AX25 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ax25/ |
D | af_ax25.c | 815 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/ |
D | socket.h | 219 #define PF_AX25 AF_AX25 macro
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 1418 case PF_AX25: in socket_type_to_security_class()
|