Home
last modified time | relevance | path

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

/openbmc/linux/net/ax25/
H A Daf_ax25.c846 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()
2007 .family = PF_AX25,
2013 .family = PF_AX25,
2069 MODULE_ALIAS_NETPROTO(PF_AX25);
2081 sock_unregister(PF_AX25); in ax25_exit()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h250 #define PF_AX25 AF_AX25 macro
/openbmc/linux/include/linux/
H A Dsocket.h250 #define PF_AX25 AF_AX25 macro
/openbmc/linux/net/
H A Dsocket.c178 [PF_AX25] = "PF_AX25",
/openbmc/linux/security/selinux/
H A Dhooks.c1240 case PF_AX25: in socket_type_to_security_class()