Home
last modified time | relevance | path

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

/Linux-v5.10/net/ax25/
Daf_ax25.c821 if (protocol == 0 || protocol == PF_AX25) in ax25_create()
828 case PF_AX25: /* For CLX */ in ax25_create()
867 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create()
893 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new()
1936 .family = PF_AX25,
1942 .family = PF_AX25,
1999 MODULE_ALIAS_NETPROTO(PF_AX25);
2011 sock_unregister(PF_AX25); in ax25_exit()
/Linux-v5.10/include/linux/
Dsocket.h234 #define PF_AX25 AF_AX25 macro
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h234 #define PF_AX25 AF_AX25 macro
/Linux-v5.10/security/selinux/
Dhooks.c1218 case PF_AX25: in socket_type_to_security_class()