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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_options.c76 * Provided (sopt, skb) points to received options,
86 struct ip_options *sopt; local
96 sopt = &(IPCB(skb)->opt);
98 if (sopt->optlen == 0) {
111 if (sopt->rr) {
112 optlen = sptr[sopt->rr+1];
113 soffset = sptr[sopt->rr+2];
115 memcpy(dptr, sptr+sopt->rr, optlen);
116 if (sopt->rr_needaddr && soffset <= optlen) {
125 if (sopt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_gred.c321 struct tc_gred_sopt *sopt; local
335 sopt = RTA_DATA(tb2[TCA_GRED_DPS-1]);
336 table->DPs=sopt->DPs;
337 table->def=sopt->def_DP;
338 table->grio=sopt->grio;
464 struct tc_gred_sopt *sopt; local
476 sopt = RTA_DATA(tb2[TCA_GRED_DPS-1]);
477 table->DPs=sopt->DPs;
478 table->def=sopt->def_DP;
479 table->grio=sopt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_gred.c284 sopt = RTA_DATA(tb[TCA_GRED_DPS]);
285 if (RTA_PAYLOAD(tb[TCA_GRED_DPS]) < sizeof(*sopt)) {
291 sopt->DPs, sopt->def_DP);
302 for (i=0;i<sopt->DPs;i++)

Completed in 48 milliseconds