Home
last modified time | relevance | path

Searched refs:PF_CAN (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_canfdtest/
H A Dcanfdtest.c93 if ((s = socket(PF_CAN, SOCK_RAW, CAN_RAW)) < 0) { in canfd_recv()
181 if ((s = socket(PF_CAN, SOCK_RAW, CAN_RAW)) < 0) { in main()
/OK3568_Linux_fs/kernel/net/can/
H A Daf_can.c73 MODULE_ALIAS_NETPROTO(PF_CAN);
158 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot, kern); in can_create()
855 .family = PF_CAN,
909 sock_unregister(PF_CAN); in can_exit()
H A DKconfig16 PF_CAN is contained in <Documentation/networking/can.rst>.
50 It is based on the PF_CAN core infrastructure for msg filtering and
H A Dgw.c1217 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_GETROUTE, in cgw_module_init()
1222 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_NEWROUTE, in cgw_module_init()
1226 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_DELROUTE, in cgw_module_init()
1234 rtnl_unregister(PF_CAN, RTM_NEWROUTE); in cgw_module_init()
1236 rtnl_unregister(PF_CAN, RTM_GETROUTE); in cgw_module_init()
1249 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
H A Draw.c893 .family = PF_CAN,
H A Disotp.c1491 .family = PF_CAN,
H A Dbcm.c1685 .family = PF_CAN,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h73 #define PF_CAN 29 /* Controller Area Network. */ macro
124 #define AF_CAN PF_CAN
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h73 #define PF_CAN 29 /* Controller Area Network. */ macro
124 #define AF_CAN PF_CAN
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcan.rst211 need to pass PF_CAN as the first argument to the socket(2) system
216 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
220 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
276 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
724 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
979 PF_CAN. CAN protocol modules are loaded by the core module at
1035 To implement a new protocol in the protocol family PF_CAN a new
1079 buffer (skbuff) in the protocol family PF_CAN.
1090 set to prevent the PF_CAN core from locally echoing sent frames
1106 system. The high efficient filter sets inside the PF_CAN core allow
[all …]
H A Dj1939.rst139 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h261 #define PF_CAN AF_CAN macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h261 #define PF_CAN AF_CAN macro
/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dsocket.c1213 .family = PF_CAN,
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c1251 case PF_CAN: in socket_type_to_security_class()