Home
last modified time | relevance | path

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

/linux-3.4.99/net/can/
DKconfig13 More information on the CAN network protocol family PF_CAN
49 It is based on the PF_CAN core infrastructure for msg filtering and
Daf_can.c73 MODULE_ALIAS_NETPROTO(PF_CAN);
183 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot); in can_create()
815 .family = PF_CAN,
865 sock_unregister(PF_CAN); in can_exit()
Dgw.c928 if (__rtnl_register(PF_CAN, RTM_GETROUTE, NULL, cgw_dump_jobs, NULL)) { in cgw_module_init()
935 __rtnl_register(PF_CAN, RTM_NEWROUTE, cgw_create_job, NULL, NULL); in cgw_module_init()
936 __rtnl_register(PF_CAN, RTM_DELROUTE, cgw_remove_job, NULL, NULL); in cgw_module_init()
943 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
Draw.c746 .family = PF_CAN,
Dbcm.c1575 .family = PF_CAN,
/linux-3.4.99/Documentation/networking/
Dcan.txt251 need to pass PF_CAN as the first argument to the socket(2) system
256 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
260 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
307 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
495 PF_CAN. CAN protocol modules are loaded by the core module at
543 To implement a new protocol in the protocol family PF_CAN a new
579 protocol family PF_CAN.
586 set to prevent the PF_CAN core from locally echoing sent frames
600 system. The high efficient filter sets inside the PF_CAN core allow
817 Oliver Hartkopp (PF_CAN core, filters, drivers, bcm, SJA1000 driver)
[all …]
/linux-3.4.99/include/linux/
Dsocket.h230 #define PF_CAN AF_CAN macro