Home
last modified time | relevance | path

Searched refs:FOU_ATTR_REMCSUM_NOPARTIAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfou.h24 FOU_ATTR_REMCSUM_NOPARTIAL, enumerator
/openbmc/linux/net/ipv4/
H A Dfou_nl.c19 [FOU_ATTR_REMCSUM_NOPARTIAL] = { .type = NLA_FLAG, },
H A Dfou_core.c684 if (info->attrs[FOU_ATTR_REMCSUM_NOPARTIAL]) in parse_nl_config()
775 if (nla_put_flag(msg, FOU_ATTR_REMCSUM_NOPARTIAL)) in fou_fill_info()
/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.c49 [FOU_ATTR_REMCSUM_NOPARTIAL] = { .name = "remcsum_nopartial", .type = YNL_PT_FLAG, },
88 mnl_attr_put(nlh, FOU_ATTR_REMCSUM_NOPARTIAL, 0, NULL); in fou_add()
192 } else if (type == FOU_ATTR_REMCSUM_NOPARTIAL) { in fou_get_rsp_parse()