Home
last modified time | relevance | path

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

/openbmc/linux/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()
851 .family = PF_CAN,
907 sock_unregister(PF_CAN); in can_exit()
H A DKconfig15 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.c1293 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_GETROUTE, in cgw_module_init()
1298 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_NEWROUTE, in cgw_module_init()
1302 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_DELROUTE, in cgw_module_init()
1310 rtnl_unregister(PF_CAN, RTM_NEWROUTE); in cgw_module_init()
1312 rtnl_unregister(PF_CAN, RTM_GETROUTE); in cgw_module_init()
1325 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
H A Draw.c957 .family = PF_CAN,
H A Dbcm.c1697 .family = PF_CAN,
H A Disotp.c1675 .family = PF_CAN,
/openbmc/qemu/net/can/
H A Dcan_socketcan.c205 s = qemu_socket(PF_CAN, SOCK_RAW, CAN_RAW); in can_host_socketcan_connect()
/openbmc/linux/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);
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 …]
H A Dj1939.rst177 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h277 #define PF_CAN AF_CAN macro
/openbmc/linux/include/linux/
H A Dsocket.h277 #define PF_CAN AF_CAN macro
/openbmc/linux/drivers/net/can/
H A DKconfig14 PF_CAN is contained in <Documentation/networking/can.rst>.
/openbmc/linux/net/can/j1939/
H A Dsocket.c1309 .family = PF_CAN,
/openbmc/linux/net/
H A Dsocket.c204 [PF_CAN] = "PF_CAN",
/openbmc/linux/security/selinux/
H A Dhooks.c1264 case PF_CAN: in socket_type_to_security_class()