Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c173 int len = RTA_PAYLOAD(tb[INET_DIAG_INFO]); in parse_nlmsg()
H A Dpm_nl_ctl.c274 grps_len = RTA_PAYLOAD(attrs); in genl_parse_getfamily()
278 grp_len = RTA_PAYLOAD(grps); in genl_parse_getfamily()
/linux-6.15/crypto/
H A Dalgapi.c825 if (RTA_PAYLOAD(rta) < sizeof(*algt)) in crypto_get_attr_type()
874 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()
H A Dkrb5enc.c79 if (RTA_PAYLOAD(rta) != sizeof(*param)) in crypto_krb5enc_extractkeys()
/linux-6.15/include/uapi/linux/
H A Drtnetlink.h236 #define RTA_PAYLOAD(rta) ((int)((rta)->rta_len) - RTA_LENGTH(0)) macro