Home
last modified time | relevance | path

Searched refs:RTA_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.c_typo.patch12 if (RTA_PAYLOAD(a) != sizeof(int)) {
21 if (RTA_PAYLOAD(a) != sizeof(int)) {
/openbmc/linux/crypto/
H A Dalgapi.c866 if (RTA_PAYLOAD(rta) < sizeof(*algt)) in crypto_get_attr_type()
915 if (RTA_PAYLOAD(rta) < sizeof(*alga)) in crypto_attr_alg_name()
H A Dauthenc.c63 if (RTA_PAYLOAD(rta) != sizeof(*param)) in crypto_authenc_extractkeys()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h228 #define RTA_PAYLOAD(rta) ((int)((rta)->rta_len) - RTA_LENGTH(0)) macro
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c280 grps_len = RTA_PAYLOAD(attrs); in genl_parse_getfamily()
284 grp_len = RTA_PAYLOAD(grps); in genl_parse_getfamily()