Home
last modified time | relevance | path

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

/Linux-v5.4/net/can/
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,
901 sock_unregister(PF_CAN); in can_init()
916 sock_unregister(PF_CAN); in can_exit()
DKconfig16 PF_CAN is contained in <Documentation/networking/can.rst>.
50 It is based on the PF_CAN core infrastructure for msg filtering and
Dgw.c1216 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_GETROUTE, in cgw_module_init()
1221 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_NEWROUTE, in cgw_module_init()
1225 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_DELROUTE, in cgw_module_init()
1233 rtnl_unregister(PF_CAN, RTM_NEWROUTE); in cgw_module_init()
1235 rtnl_unregister(PF_CAN, RTM_GETROUTE); in cgw_module_init()
1248 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
Draw.c846 .family = PF_CAN,
Dbcm.c1639 .family = PF_CAN,
/Linux-v5.4/Documentation/networking/
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 …]
Dj1939.rst139 s = socket(PF_CAN, SOCK_DGRAM, CAN_J1939);
/Linux-v5.4/include/linux/
Dsocket.h247 #define PF_CAN AF_CAN macro
/Linux-v5.4/net/can/j1939/
Dsocket.c1188 .family = PF_CAN,
/Linux-v5.4/security/selinux/
Dhooks.c1290 case PF_CAN: in socket_type_to_security_class()