/include/linux/ |
D | tty_flip.h | 14 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()
|
D | reiserfs_fs.h | 1267 #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/ |
D | rtnetlink.h | 55 int (*validate)(struct nlattr *tb[], 59 struct nlattr *tb[], 62 struct nlattr *tb[], 83 const struct rtnl_link_ops *ops, struct nlattr *tb[]);
|
D | inet6_connection_sock.h | 26 const struct inet_bind_bucket *tb);
|
D | inet_hashtables.h | 94 #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,
|
D | netlink.h | 230 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()
|
D | pkt_cls.h | 132 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
|
D | inet_connection_sock.h | 64 const struct inet_bind_bucket *tb); 249 const struct inet_bind_bucket *tb);
|
D | ip_fib.h | 150 int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
|
/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 69 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[],
|
D | nf_nat_protocol.h | 41 int (*nlattr_to_range)(struct nlattr *tb[], 75 extern int nf_nat_proto_nlattr_to_range(struct nlattr *tb[],
|
D | nf_conntrack_l3proto.h | 56 int (*nlattr_to_tuple)(struct nlattr *tb[],
|
/include/crypto/ |
D | algapi.h | 53 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/ |
D | aead.h | 57 struct rtattr **tb, u32 type,
|
D | skcipher.h | 61 struct rtattr **tb, u32 type,
|