Searched refs:PF_CAN (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/can/ |
D | Kconfig | 13 More information on the CAN network protocol family PF_CAN 48 It is based on the PF_CAN core infrastructure for msg filtering and
|
D | af_can.c | 72 MODULE_ALIAS_NETPROTO(PF_CAN); 173 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot, kern); in can_create() 944 .family = PF_CAN, 991 sock_unregister(PF_CAN); in can_exit()
|
D | gw.c | 1036 ret = rtnl_register_module(THIS_MODULE, PF_CAN, RTM_GETROUTE, in cgw_module_init() 1045 rtnl_register_module(THIS_MODULE, PF_CAN, RTM_NEWROUTE, in cgw_module_init() 1047 rtnl_register_module(THIS_MODULE, PF_CAN, RTM_DELROUTE, in cgw_module_init() 1055 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
|
D | raw.c | 839 .family = PF_CAN,
|
D | bcm.c | 1656 .family = PF_CAN,
|
/Linux-v4.19/Documentation/networking/ |
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 …]
|
/Linux-v4.19/include/linux/ |
D | socket.h | 246 #define PF_CAN AF_CAN macro
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 1442 case PF_CAN: in socket_type_to_security_class()
|