Lines Matching full:freq
350 struct in6_flowlabel_req freq;
352 memset(&freq, 0, sizeof(freq));
353 freq.flr_label = htonl(fl);
354 freq.flr_action = IPV6_FL_A_GET;
355 freq.flr_flags = IPV6_FL_F_CREATE | IPV6_FL_F_EXCL;
356 freq.flr_share = IPV6_FL_S_EXCL;
357 memcpy(&freq.flr_dst, &dst->sin6_addr, 16);
359 &freq, sizeof(freq)) == -1) {
363 dst->sin6_flowinfo |= freq.flr_label;
369 freq.flr_action = IPV6_FL_A_PUT;
371 &freq, sizeof(freq));