Searched refs:PF_CAN (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/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() 854 .family = PF_CAN, 912 sock_unregister(PF_CAN); in can_exit()
|
| H A D | Kconfig | 15 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 | 1300 {.owner = THIS_MODULE, .protocol = PF_CAN, .msgtype = RTM_NEWROUTE, 1302 {.owner = THIS_MODULE, .protocol = PF_CAN, .msgtype = RTM_DELROUTE, 1304 {.owner = THIS_MODULE, .protocol = PF_CAN, .msgtype = RTM_GETROUTE, 1351 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
|
| H A D | raw.c | 1041 .family = PF_CAN,
|
| H A D | bcm.c | 1768 .family = PF_CAN,
|
| H A D | isotp.c | 1676 .family = PF_CAN,
|
| /linux-6.15/Documentation/networking/ |
| H A D | iso15765-2.rst | 78 socket can then be created using the ``PF_CAN`` protocol family, the 84 s = socket(PF_CAN, SOCK_DGRAM, CAN_ISOTP); 366 s = socket(PF_CAN, SOCK_DGRAM, CAN_ISOTP);
|
| 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); 309 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); 761 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM); 1018 PF_CAN. CAN protocol modules are loaded by the core module at 1074 To implement a new protocol in the protocol family PF_CAN a new 1118 buffer (skbuff) in the protocol family PF_CAN. 1129 set to prevent the PF_CAN core from locally echoing sent frames 1145 system. The high efficient filter sets inside the PF_CAN core allow [all …]
|
| H A D | j1939.rst | 261 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
|
| /linux-6.15/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 278 #define PF_CAN AF_CAN macro
|
| /linux-6.15/include/linux/ |
| H A D | socket.h | 278 #define PF_CAN AF_CAN macro
|
| /linux-6.15/drivers/net/can/ |
| H A D | Kconfig | 14 PF_CAN is contained in <Documentation/networking/can.rst>.
|
| /linux-6.15/net/can/j1939/ |
| H A D | socket.c | 1310 .family = PF_CAN,
|
| /linux-6.15/net/ |
| H A D | socket.c | 205 [PF_CAN] = "PF_CAN",
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 1271 case PF_CAN: in socket_type_to_security_class()
|