Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 15 of 15) sorted by relevance

/include/linux/
Dtty_flip.h14 struct tty_buffer *tb = tty->buf.tail; in tty_insert_flip_char() local
15 if (tb && tb->used < tb->size) { in tty_insert_flip_char()
16 tb->flag_buf_ptr[tb->used] = flag; in tty_insert_flip_char()
17 tb->char_buf_ptr[tb->used++] = ch; in tty_insert_flip_char()
Dreiserfs_fs.h1267 #define FILESYSTEM_CHANGED_TB(tb) (get_generation((tb)->tb_sb) != (tb)->fs_gen) argument
1441 struct tree_balance *tb; member
1992 void store_print_tb(struct tree_balance *tb);
2011 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,
2013 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
2014 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
2033 void do_balance_mark_leaf_dirty(struct tree_balance *tb,
2038 void do_balance(struct tree_balance *tb, struct item_head *ih,
2040 void reiserfs_invalidate_buffer(struct tree_balance *tb,
2043 int get_left_neighbor_position(struct tree_balance *tb, int h);
[all …]
/include/net/
Drtnetlink.h55 int (*validate)(struct nlattr *tb[],
59 struct nlattr *tb[],
62 struct nlattr *tb[],
83 const struct rtnl_link_ops *ops, struct nlattr *tb[]);
Dinet6_connection_sock.h26 const struct inet_bind_bucket *tb);
Dinet_hashtables.h94 #define inet_bind_bucket_for_each(tb, node, head) \ argument
95 hlist_for_each_entry(tb, node, head, node)
223 struct inet_bind_bucket *tb);
231 extern void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
Dnetlink.h230 extern int nla_parse(struct nlattr *tb[], int maxtype,
368 struct nlattr *tb[], int maxtype, in nlmsg_parse() argument
374 return nla_parse(tb, maxtype, nlmsg_attrdata(nlh, hdrlen), in nlmsg_parse()
743 static inline int nla_parse_nested(struct nlattr *tb[], int maxtype, in nla_parse_nested() argument
747 return nla_parse(tb, maxtype, nla_data(nla), nla_len(nla), policy); in nla_parse_nested()
Dpkt_cls.h132 extern int tcf_exts_validate(struct tcf_proto *tp, struct nlattr **tb,
309 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
Dinet_connection_sock.h64 const struct inet_bind_bucket *tb);
249 const struct inet_bind_bucket *tb);
Dip_fib.h150 int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
/include/net/netfilter/
Dnf_conntrack_l4proto.h69 int (*from_nlattr)(struct nlattr *tb[], struct nf_conn *ct);
73 int (*nlattr_to_tuple)(struct nlattr *tb[],
116 extern int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[],
Dnf_nat_protocol.h41 int (*nlattr_to_range)(struct nlattr *tb[],
75 extern int nf_nat_proto_nlattr_to_range(struct nlattr *tb[],
Dnf_conntrack_l3proto.h56 int (*nlattr_to_tuple)(struct nlattr *tb[],
/include/crypto/
Dalgapi.h53 struct crypto_instance *(*alloc)(struct rtattr **tb);
129 struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb);
130 int crypto_check_attr_type(struct rtattr **tb, u32 type);
316 static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, in crypto_get_attr_alg() argument
319 return crypto_attr_alg(tb[1], type, mask); in crypto_get_attr_alg()
/include/crypto/internal/
Daead.h57 struct rtattr **tb, u32 type,
Dskcipher.h61 struct rtattr **tb, u32 type,