Searched refs:PF_AX25 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 816 if (protocol == 0 || protocol == PF_AX25) in ax25_create() 823 case PF_AX25: /* For CLX */ in ax25_create() 860 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 886 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new() 1943 .family = PF_AX25, 1949 .family = PF_AX25, 2005 MODULE_ALIAS_NETPROTO(PF_AX25); 2017 sock_unregister(PF_AX25); in ax25_exit()
|
/linux-4.4.14/include/linux/ |
D | socket.h | 210 #define PF_AX25 AF_AX25 macro
|