Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h77 CGW_SRC_IF, /* ifindex of source network interface */ enumerator
/openbmc/linux/net/can/
H A Dgw.c739 if (nla_put_u32(skb, CGW_SRC_IF, gwj->ccgw.src_idx) < 0) in cgw_put_job()
788 [CGW_SRC_IF] = { .type = NLA_U32 },
1036 if (!tb[CGW_SRC_IF] || !tb[CGW_DST_IF]) in cgw_parse_attr()
1039 ccgw->src_idx = nla_get_u32(tb[CGW_SRC_IF]); in cgw_parse_attr()