Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c255 int grps_len; in genl_parse_getfamily() local
280 grps_len = RTA_PAYLOAD(attrs); in genl_parse_getfamily()
282 while (RTA_OK(grps, grps_len)) { in genl_parse_getfamily()
300 grps = RTA_NEXT(grps, grps_len); in genl_parse_getfamily()