Searched refs:PF_CAN (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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); 184 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot); in can_create() 887 .family = PF_CAN, 945 sock_unregister(PF_CAN); in can_exit()
|
D | gw.c | 969 if (__rtnl_register(PF_CAN, RTM_GETROUTE, NULL, cgw_dump_jobs, NULL)) { in cgw_module_init() 976 __rtnl_register(PF_CAN, RTM_NEWROUTE, cgw_create_job, NULL, NULL); in cgw_module_init() 977 __rtnl_register(PF_CAN, RTM_DELROUTE, cgw_remove_job, NULL, NULL); in cgw_module_init() 984 rtnl_unregister_all(PF_CAN); in cgw_module_exit()
|
D | raw.c | 824 .family = PF_CAN,
|
D | bcm.c | 1577 .family = PF_CAN,
|
/linux-4.1.27/include/linux/ |
D | socket.h | 237 #define PF_CAN AF_CAN macro
|
/linux-4.1.27/Documentation/networking/ |
D | can.txt | 245 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); 301 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); 673 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM); 851 PF_CAN. CAN protocol modules are loaded by the core module at 899 To implement a new protocol in the protocol family PF_CAN a new 938 buffer (skbuff) in the protocol family PF_CAN. 945 set to prevent the PF_CAN core from locally echoing sent frames 959 system. The high efficient filter sets inside the PF_CAN core allow [all …]
|