Searched refs:PF_AX25 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/ax25/ |
D | af_ax25.c | 846 if (protocol == 0 || protocol == PF_AX25) in ax25_create() 853 case PF_AX25: /* For CLX */ in ax25_create() 893 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 919 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new() 2001 .family = PF_AX25, 2007 .family = PF_AX25, 2063 MODULE_ALIAS_NETPROTO(PF_AX25); 2075 sock_unregister(PF_AX25); in ax25_exit()
|
/Linux-v6.6/include/linux/ |
D | socket.h | 250 #define PF_AX25 AF_AX25 macro
|
/Linux-v6.6/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 250 #define PF_AX25 AF_AX25 macro
|
/Linux-v6.6/net/ |
D | socket.c | 178 [PF_AX25] = "PF_AX25",
|
/Linux-v6.6/security/selinux/ |
D | hooks.c | 1240 case PF_AX25: in socket_type_to_security_class()
|