Home
last modified time | relevance | path

Searched refs:J1939_SOCK_PROMISC (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/can/j1939/
Dj1939-priv.h294 #define J1939_SOCK_PROMISC BIT(2) macro
Dsocket.c211 if ((jsk->state & J1939_SOCK_PROMISC)) in j1939_sk_match_dst()
713 J1939_SOCK_PROMISC); in j1939_sk_setsockopt()
762 tmp = (jsk->state & J1939_SOCK_PROMISC) ? 1 : 0; in j1939_sk_getsockopt()