Home
last modified time | relevance | path

Searched refs:SO_J1939_FILTER (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/can/
H A Dj1939.h65 SO_J1939_FILTER = 1, /* set filters */ enumerator
/linux/Documentation/networking/
H A Dj1939.rst341 - ``SO_J1939_FILTER`` - configure array of filters
377 | SO_J1939_FILTER |
431 ``SO_J1939_FILTER``
434 The ``SO_J1939_FILTER`` option is essential when the default behavior of
446 By applying the ``SO_J1939_FILTER`` option, you can filter messages based on:
480 setsockopt(sock, SOL_CAN_J1939, SO_J1939_FILTER, NULL, 0);
483 applied using ``SO_J1939_FILTER`` is defined by ``J1939_FILTER_MAX``, which is
509 setsockopt(sock, SOL_CAN_J1939, SO_J1939_FILTER, &filt, sizeof(filt));
526 However, **`SO_J1939_FILTER` has a higher priority** compared to
529 `SO_J1939_FILTER`. The filters will limit which packets are passed to the
[all …]
/linux/net/can/j1939/
H A Dsocket.c705 case SO_J1939_FILTER: in j1939_sk_setsockopt()