Lines Matching refs:PF_CAN
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);
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
1257 Oliver Hartkopp (PF_CAN core, filters, drivers, bcm, SJA1000 driver)
1258 Urs Thuermann (PF_CAN core, kernel integration, socket interfaces, raw, vcan)