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);
309 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
761 s = socket(PF_CAN, SOCK_DGRAM, CAN_BCM);
1018 PF_CAN. CAN protocol modules are loaded by the core module at
1074 To implement a new protocol in the protocol family PF_CAN a new
1118 buffer (skbuff) in the protocol family PF_CAN.
1129 set to prevent the PF_CAN core from locally echoing sent frames
1145 system. The high efficient filter sets inside the PF_CAN core allow
1492 - Oliver Hartkopp (PF_CAN core, filters, drivers, bcm, SJA1000 driver)
1493 - Urs Thuermann (PF_CAN core, kernel integration, socket interfaces, raw, vcan)