Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h73 CGW_CS_XOR, /* set data[] XOR checksum into data[index] */ enumerator
/openbmc/linux/net/can/
H A Dgw.c727 if (nla_put(skb, CGW_CS_XOR, CGW_CS_XOR_LEN, in cgw_put_job()
786 [CGW_CS_XOR] = { .len = sizeof(struct cgw_csum_xor) },
995 if (tb[CGW_CS_XOR]) { in cgw_parse_attr()
996 struct cgw_csum_xor *c = nla_data(tb[CGW_CS_XOR]); in cgw_parse_attr()
1003 nla_memcpy(&mod->csum.xor, tb[CGW_CS_XOR], in cgw_parse_attr()