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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
83 else if (!strcmp(*argv,"fall_through")) {
161 int fall_through; local
164 sizeof(fall_through))
166 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
167 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
79 else if (!strcmp(*argv,"fall_through")) {
157 int fall_through; local
160 sizeof(fall_through))
162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
83 else if (!strcmp(*argv,"fall_through")) {
161 int fall_through; local
164 sizeof(fall_through))
166 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
167 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
79 else if (!strcmp(*argv,"fall_through")) {
157 int fall_through; local
160 sizeof(fall_through))
162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
83 else if (!strcmp(*argv,"fall_through")) {
161 int fall_through; local
164 sizeof(fall_through))
166 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
167 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
79 else if (!strcmp(*argv,"fall_through")) {
157 int fall_through; local
160 sizeof(fall_through))
162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dcls_tcindex.c45 int fall_through; /* 0: only classify if explicit match */ member in struct:tcindex_data
89 if (!p->fall_through)
133 p->fall_through = 1;
240 cp.fall_through = nla_get_u32(tb[TCA_TCINDEX_FALL_THROUGH]);
439 NLA_PUT_U32(skb, TCA_TCINDEX_FALL_THROUGH, p->fall_through);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c45 int fall_through; /* 0: only classify if explicit match */ member in struct:tcindex_data
89 if (!p->fall_through)
133 p->fall_through = 1;
240 cp.fall_through = nla_get_u32(tb[TCA_TCINDEX_FALL_THROUGH]);
439 NLA_PUT_U32(skb, TCA_TCINDEX_FALL_THROUGH, p->fall_through);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c2517 goto fall_through;
2545 goto fall_through;
2549 goto fall_through;
2562 goto fall_through;
2578 goto fall_through;
2585 fall_through:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dsm_make_chunk.c2517 goto fall_through;
2545 goto fall_through;
2549 goto fall_through;
2562 goto fall_through;
2578 goto fall_through;
2585 fall_through:

Completed in 106 milliseconds