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);
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
1197 Oliver Hartkopp (PF_CAN core, filters, drivers, bcm, SJA1000 driver)
1198 Urs Thuermann (PF_CAN core, kernel integration, socket interfaces, raw, vcan)