Home
last modified time | relevance | path

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

/linux-4.1.27/net/ax25/
Daf_ax25.c817 if (protocol == 0 || protocol == PF_AX25) in ax25_create()
824 case PF_AX25: /* For CLX */ in ax25_create()
861 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto); in ax25_create()
887 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot); in ax25_make_new()
1944 .family = PF_AX25,
1950 .family = PF_AX25,
2006 MODULE_ALIAS_NETPROTO(PF_AX25);
2018 sock_unregister(PF_AX25); in ax25_exit()
/linux-4.1.27/include/linux/
Dsocket.h210 #define PF_AX25 AF_AX25 macro