Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dem_canid.c38 struct can_filter rules_raw[];
100 const struct can_filter *lp; in em_canid_match()
123 struct can_filter *conf = data; /* Array with rules */ in em_canid_change()
130 if (len % sizeof(struct can_filter)) in em_canid_change()
133 if (len > sizeof(struct can_filter) * EM_CAN_RULES_MAX) in em_canid_change()
140 cm->rules_count = len / sizeof(struct can_filter); in em_canid_change()
157 sizeof(struct can_filter)); in em_canid_change()
169 &conf[i], sizeof(struct can_filter)); in em_canid_change()
198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
/linux/include/uapi/linux/
H A Dcan.h287 struct can_filter { struct
/linux/Documentation/networking/
H A Dcan.rst497 struct can_filter {
510 bit is set in can_id element of the can_filter structure. In
516 struct can_filter rfilter[2];
550 CAN_SFF_MASK or CAN_EFF_MASK have to be set into can_filter.mask together
552 can_filter.mask makes clear that it matters whether a SFF or EFF CAN ID is
567 struct can_filter rfilter[2];