Searched refs:CAN_RAW_FILTER (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/can/ |
| H A D | raw.h | 61 CAN_RAW_FILTER = 1, /* set 0 .. n can_filter(s) */ enumerator
|
| /linux/tools/testing/selftests/net/can/ |
| H A D | test_raw_filter.c | 342 setsockopt(self->sock, SOL_CAN_RAW, CAN_RAW_FILTER, in TEST_F()
|
| /linux/net/can/ |
| H A D | raw.c | 572 case CAN_RAW_FILTER: in raw_setsockopt() 779 case CAN_RAW_FILTER: { in raw_getsockopt()
|
| /linux/Documentation/networking/ |
| H A D | can.rst | 487 RAW socket option CAN_RAW_FILTER 491 by defining 0 .. n filters with the CAN_RAW_FILTER socket option. 523 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, &rfilter, sizeof(rfilter)); 529 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, NULL, 0); 574 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, &rfilter, sizeof(rfilter));
|