Searched refs:PF_CAN (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_canfdtest/ |
| H A D | canfdtest.c | 93 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 D | af_can.c | 73 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 D | Kconfig | 16 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 D | gw.c | 1217 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 D | raw.c | 893 .family = PF_CAN,
|
| H A D | isotp.c | 1491 .family = PF_CAN,
|
| H A D | bcm.c | 1685 .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 D | socket.h | 73 #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 D | socket.h | 73 #define PF_CAN 29 /* Controller Area Network. */ macro 124 #define AF_CAN PF_CAN
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can.rst | 211 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 D | j1939.rst | 139 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 261 #define PF_CAN AF_CAN macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 261 #define PF_CAN AF_CAN macro
|
| /OK3568_Linux_fs/kernel/net/can/j1939/ |
| H A D | socket.c | 1213 .family = PF_CAN,
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 1251 case PF_CAN: in socket_type_to_security_class()
|