Searched refs:tb (Results 126 - 150 of 196) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c1134 struct nfattr *tb[CTA_PROTOINFO_TCP_MAX]; local
1141 nfattr_parse_nested(tb, CTA_PROTOINFO_TCP_MAX, attr);
1143 if (nfattr_bad_size(tb, CTA_PROTOINFO_TCP_MAX, cta_min_tcp))
1146 if (!tb[CTA_PROTOINFO_TCP_STATE-1])
1151 *(u_int8_t *)NFA_DATA(tb[CTA_PROTOINFO_TCP_STATE-1]);
1153 if (tb[CTA_PROTOINFO_TCP_FLAGS_ORIGINAL-1]) {
1155 NFA_DATA(tb[CTA_PROTOINFO_TCP_FLAGS_ORIGINAL-1]);
1160 if (tb[CTA_PROTOINFO_TCP_FLAGS_REPLY-1]) {
1162 NFA_DATA(tb[CTA_PROTOINFO_TCP_FLAGS_REPLY-1]);
1167 if (tb[CTA_PROTOINFO_TCP_WSCALE_ORIGINA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dlibnetlink.c559 int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len) argument
561 memset(tb, 0, sizeof(struct rtattr *) * (max + 1));
564 tb[rta->rta_type] = rta;
572 int parse_rtattr_byindex(struct rtattr *tb[], int max, struct rtattr *rta, int len) argument
576 memset(tb, 0, sizeof(struct rtattr *) * max);
579 tb[i++] = rta;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Difstat.c84 struct rtattr * tb[IFLA_MAX+1]; local
99 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len);
100 if (tb[IFLA_IFNAME] == NULL || tb[IFLA_STATS] == NULL)
107 n->name = strdup(RTA_DATA(tb[IFLA_IFNAME]));
108 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival));
H A Darpd.c302 struct rtattr * tb[NDA_MAX+1]; local
331 parse_rtattr(tb, NDA_MAX, NDA_RTA(ndm), len);
333 if (!tb[NDA_DST])
337 memcpy(&key.addr, RTA_DATA(tb[NDA_DST]), 4);
411 } else if (tb[NDA_LLADDR]) {
413 if (memcmp(RTA_DATA(tb[NDA_LLADDR]), dbdat.data, dbdat.size) == 0)
419 dbdat.data = RTA_DATA(tb[NDA_LLADDR]);
420 dbdat.size = RTA_PAYLOAD(tb[NDA_LLADDR]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c491 struct tty_buffer *tb = tty->buf.tail; local
492 /* If there is no space then tb may be NULL */
495 memcpy(tb->char_buf_ptr + tb->used, chars, space);
496 memset(tb->flag_buf_ptr + tb->used, TTY_NORMAL, space);
497 tb->used += space;
527 struct tty_buffer *tb = tty->buf.tail; local
528 /* If there is no space then tb may be NULL */
531 memcpy(tb
585 struct tty_buffer *tb = tty->buf.tail; local
615 struct tty_buffer *tb = tty->buf.tail; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dalgapi.c440 struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb) argument
442 struct rtattr *rta = tb[CRYPTOA_TYPE - 1];
456 int crypto_check_attr_type(struct rtattr **tb, u32 type) argument
460 algt = crypto_get_attr_type(tb);
471 struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, u32 type, u32 mask) argument
473 struct rtattr *rta = tb[CRYPTOA_ALG - 1];
H A Dhmac.c200 static struct crypto_instance *hmac_alloc(struct rtattr **tb) argument
206 err = crypto_check_attr_type(tb, CRYPTO_ALG_TYPE_HASH);
210 alg = crypto_get_attr_alg(tb, CRYPTO_ALG_TYPE_HASH,
H A Dlrw.c231 static struct crypto_instance *alloc(struct rtattr **tb) argument
237 err = crypto_check_attr_type(tb, CRYPTO_ALG_TYPE_BLKCIPHER);
241 alg = crypto_get_attr_alg(tb, CRYPTO_ALG_TYPE_CIPHER,
H A Dcbc.c278 static struct crypto_instance *crypto_cbc_alloc(struct rtattr **tb) argument
284 err = crypto_check_attr_type(tb, CRYPTO_ALG_TYPE_BLKCIPHER);
288 alg = crypto_get_attr_alg(tb, CRYPTO_ALG_TYPE_CIPHER,
H A Dpcbc.c282 static struct crypto_instance *crypto_pcbc_alloc(struct rtattr **tb) argument
288 err = crypto_check_attr_type(tb, CRYPTO_ALG_TYPE_BLKCIPHER);
292 alg = crypto_get_attr_alg(tb, CRYPTO_ALG_TYPE_CIPHER,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S31 #define tb t11 define
259 and t9, tg, tb # 3 1
268 xor t9, tb, t9 # 3 4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c20 struct inet_bind_bucket *tb; local
36 tb = tw->tw_tb;
39 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c304 struct utimbuf tb; local
312 tb.actime = currtime;
313 tb.modtime = st.st_mtime;
315 if (SMB_VFS_NEXT_UTIME(handle, handle->conn, fname, &tb) == -1 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c1512 struct nlattr *tb[NDA_MAX+1]; local
1517 err = nlmsg_parse(nlh, sizeof(*ndm), tb, NDA_MAX, NULL);
1522 if (tb[NDA_DST] == NULL)
1533 if (tb[NDA_LLADDR] && nla_len(tb[NDA_LLADDR]) < dev->addr_len)
1547 if (nla_len(tb[NDA_DST]) < tbl->key_len)
1549 dst = nla_data(tb[NDA_DST]);
1550 lladdr = tb[NDA_LLADDR] ? nla_data(tb[NDA_LLADDR]) : NULL;
1793 struct nlattr *tb[NDTA_MA local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py298 tb = ex[2]
299 debugger(tb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c531 struct trap_per_cpu *tb; local
554 tb = &trap_block[this_cpu];
556 mondo = __va(tb->cpu_mondo_block_pa);
562 cpu_list = __va(tb->cpu_list_pa);
576 tb->cpu_list_pa,
577 tb->cpu_mondo_block_pa);
671 this_cpu, cnt, tb->cpu_list_pa, tb->cpu_mondo_block_pa);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_cls.h140 extern int tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb,
315 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dinet6_connection_sock.c30 const struct inet_bind_bucket *tb)
36 sk_for_each_bound(sk2, node, &tb->owners) {
29 inet6_csk_bind_conflict(const struct sock *sk, const struct inet_bind_bucket *tb) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c590 nf_nat_port_nfattr_to_range(struct nfattr *tb[], struct nf_nat_range *range) argument
596 if (tb[CTA_PROTONAT_PORT_MIN-1]) {
599 *(__be16 *)NFA_DATA(tb[CTA_PROTONAT_PORT_MIN-1]);
602 if (!tb[CTA_PROTONAT_PORT_MAX-1]) {
608 *(__be16 *)NFA_DATA(tb[CTA_PROTONAT_PORT_MAX-1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_asm.c465 BN_ULONG ta=(a),tb=(b); \
466 BN_UMULT_LOHI(t1,t2,ta,tb); \
472 BN_ULONG ta=(a),tb=(b),t0; \
473 BN_UMULT_LOHI(t0,t1,ta,tb); \
493 BN_ULONG ta=(a),tb=(b); \
494 t1 = ta * tb; \
495 t2 = BN_UMULT_HIGH(ta,tb); \
501 BN_ULONG ta=(a),tb=(b),t0; \
502 t1 = BN_UMULT_HIGH(ta,tb); \
503 t0 = ta * tb; \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1195 #define PATH_H_PBUFFER(p_s_path, h) PATH_OFFSET_PBUFFER (p_s_path, p_s_path->path_length - (h)) /* tb->S[h] */
1196 #define PATH_H_PPARENT(path, h) PATH_H_PBUFFER (path, (h) + 1) /* tb->F[h] or tb->S[0]->b_parent */
1198 #define PATH_H_B_ITEM_ORDER(path, h) PATH_H_POSITION(path, h + 1) /* tb->S[h]->b_item_order */
1250 #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen)
1422 been gotten from tb struct */
1424 struct tree_balance *tb; member in struct:buffer_info
1981 void store_print_tb(struct tree_balance *tb);
2084 reiserfs_new_form_blocknrs(struct tree_balance *tb, b_blocknr_t * new_blocknrs, int amount_needed) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Djquery.flexbox.min.js722 var tb = $input[0];
723 if (tb.createTextRange) {
724 var r = tb.createTextRange();
726 r.moveEnd('character', l - tb.value.length);
728 } else if (tb.setSelectionRange) {
729 tb.setSelectionRange(s, l);
731 tb.focus();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Djquery.flexbox.min.js722 var tb = $input[0];
723 if (tb.createTextRange) {
724 var r = tb.createTextRange();
726 r.moveEnd('character', l - tb.value.length);
728 } else if (tb.setSelectionRange) {
729 tb.setSelectionRange(s, l);
731 tb.focus();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c753 struct rtattr *tb[TCA_EM_META_MAX]; local
757 if (rtattr_parse(tb, TCA_EM_META_MAX, data, len) < 0)
760 if (tb[TCA_EM_META_HDR-1] == NULL ||
761 RTA_PAYLOAD(tb[TCA_EM_META_HDR-1]) < sizeof(*hdr))
763 hdr = RTA_DATA(tb[TCA_EM_META_HDR-1]);
784 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE-1]) < 0 ||
785 meta_change_data(&meta->rvalue, tb[TCA_EM_META_RVALUE-1]) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dsetup.c543 unsigned long tb; local
550 tb = get_tb();
551 /* Compute future tb value when yield should expire */
552 HvCall_yieldProcessor(HvCall_YieldTimed, tb+tb_ticks_per_jiffy);

Completed in 308 milliseconds

12345678