Home
last modified time | relevance | path

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

/linux-6.15/net/ax25/
H A Daf_ax25.c857 if (protocol == 0 || protocol == PF_AX25) in ax25_create()
864 case PF_AX25: /* For CLX */ in ax25_create()
904 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create()
930 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new()
2008 .family = PF_AX25,
2014 .family = PF_AX25,
2070 MODULE_ALIAS_NETPROTO(PF_AX25);
2082 sock_unregister(PF_AX25); in ax25_exit()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h251 #define PF_AX25 AF_AX25 macro
/linux-6.15/include/linux/
H A Dsocket.h251 #define PF_AX25 AF_AX25 macro
/linux-6.15/net/
H A Dsocket.c179 [PF_AX25] = "PF_AX25",
/linux-6.15/security/selinux/
H A Dhooks.c1247 case PF_AX25: in socket_type_to_security_class()