Searched refs:get_arglen (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c2262 static const unsigned char get_arglen[GET_CMDID(IP_VS_SO_GET_MAX)+1] = { variable
2285 if (*len < get_arglen[GET_CMDID(cmd)]) {
2287 *len, get_arglen[GET_CMDID(cmd)]);
2291 copylen = get_arglen[GET_CMDID(cmd)];

Completed in 26 milliseconds