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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h413 TCA_ATM_FD, /* file/socket descriptor */ enumerator in enum:__anon10210
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h415 TCA_ATM_FD, /* file/socket descriptor */ enumerator in enum:__anon241
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_atm.c184 addattr_l(n,1024,TCA_ATM_FD,&s,sizeof(s));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c239 if (!tb[TCA_ATM_FD-1] || RTA_PAYLOAD(tb[TCA_ATM_FD-1]) < sizeof(fd))
241 fd = *(int *) RTA_DATA(tb[TCA_ATM_FD-1]);

Completed in 144 milliseconds