Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
H A Dgw.h79 CGW_FILTER, /* specify struct can_filter on source CAN device */ enumerator
163 * CGW_FILTER (length 8 bytes):
/linux/net/can/
H A Dgw.c749 if (nla_put(skb, CGW_FILTER, sizeof(struct can_filter), in cgw_put_job()
805 [CGW_FILTER] = { .len = sizeof(struct can_filter) },
1044 if (tb[CGW_FILTER]) in cgw_parse_attr()
1045 nla_memcpy(&ccgw->filter, tb[CGW_FILTER], in cgw_parse_attr()