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