Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c250 int grp_len; in genl_parse_getfamily() local
278 grp_len = RTA_PAYLOAD(grps); in genl_parse_getfamily()
281 while (RTA_OK(grp, grp_len)) { in genl_parse_getfamily()
288 grp = RTA_NEXT(grp, grp_len); in genl_parse_getfamily()