Home
last modified time | relevance | path

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

/linux-4.4.14/net/can/
DKconfig13 More information on the CAN network protocol family PF_CAN
48 It is based on the PF_CAN core infrastructure for msg filtering and
Daf_can.c72 MODULE_ALIAS_NETPROTO(PF_CAN);
184 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot, kern); in can_create()
887 .family = PF_CAN,
945 sock_unregister(PF_CAN); in can_exit()
Dgw.c1013 if (__rtnl_register(PF_CAN, RTM_GETROUTE, NULL, cgw_dump_jobs, NULL)) { in cgw_module_init()
1020 __rtnl_register(PF_CAN, RTM_NEWROUTE, cgw_create_job, NULL, NULL); in cgw_module_init()
1021 __rtnl_register(PF_CAN, RTM_DELROUTE, cgw_remove_job, NULL, NULL); in cgw_module_init()
1028 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
Draw.c824 .family = PF_CAN,
Dbcm.c1582 .family = PF_CAN,
/linux-4.4.14/include/linux/
Dsocket.h237 #define PF_CAN AF_CAN macro
/linux-4.4.14/Documentation/networking/
Dcan.txt245 need to pass PF_CAN as the first argument to the socket(2) system
250 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
254 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
304 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
676 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
854 PF_CAN. CAN protocol modules are loaded by the core module at
902 To implement a new protocol in the protocol family PF_CAN a new
941 buffer (skbuff) in the protocol family PF_CAN.
948 set to prevent the PF_CAN core from locally echoing sent frames
962 system. The high efficient filter sets inside the PF_CAN core allow
[all …]