Searched refs:PF_CAN (Results 1 – 13 of 13) sorted by relevance
| /linux/net/can/ |
| 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()
|
| A D | Kconfig | 15 PF_CAN is contained in <Documentation/networking/can.rst>. 49 It is based on the PF_CAN core infrastructure for msg filtering and
|
| A D | gw.c | 1279 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_GETROUTE, in cgw_module_init() 1284 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_NEWROUTE, in cgw_module_init() 1288 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_DELROUTE, in cgw_module_init() 1296 rtnl_unregister(PF_CAN, RTM_NEWROUTE); in cgw_module_init() 1298 rtnl_unregister(PF_CAN, RTM_GETROUTE); in cgw_module_init() 1311 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
|
| A D | raw.c | 897 .family = PF_CAN,
|
| A D | bcm.c | 1674 .family = PF_CAN,
|
| A D | isotp.c | 1463 .family = PF_CAN,
|
| /linux/Documentation/networking/ |
| 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); 309 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); 759 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM); 1016 PF_CAN. CAN protocol modules are loaded by the core module at 1072 To implement a new protocol in the protocol family PF_CAN a new 1116 buffer (skbuff) in the protocol family PF_CAN. 1127 set to prevent the PF_CAN core from locally echoing sent frames 1143 system. The high efficient filter sets inside the PF_CAN core allow [all …]
|
| A D | j1939.rst | 177 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 264 #define PF_CAN AF_CAN macro
|
| /linux/include/linux/ |
| A D | socket.h | 264 #define PF_CAN AF_CAN macro
|
| /linux/net/can/j1939/ |
| A D | socket.c | 1285 .family = PF_CAN,
|
| /linux/net/ |
| A D | socket.c | 199 [PF_CAN] = "PF_CAN",
|
| /linux/security/selinux/ |
| A D | hooks.c | 1284 case PF_CAN: in socket_type_to_security_class()
|
Completed in 50 milliseconds