Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 10 of 10) sorted by relevance

/include/linux/
Dthunderbolt.h72 struct tb { struct
75 struct tb_nhi *nhi; argument
76 struct tb_ctl *ctl; argument
78 struct tb_switch *root_switch; argument
79 const struct tb_cm_ops *cm_ops; argument
81 enum tb_security_level security_level; argument
86 extern struct bus_type tb_bus_type; argument
217 struct tb *tb; member
254 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
266 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
Dtty_flip.h21 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char() local
/include/net/
Dnetlink.h583 static inline int nla_parse(struct nlattr **tb, int maxtype, in nla_parse()
608 static inline int nla_parse_deprecated(struct nlattr **tb, int maxtype, in nla_parse_deprecated()
633 static inline int nla_parse_deprecated_strict(struct nlattr **tb, int maxtype, in nla_parse_deprecated_strict()
656 struct nlattr *tb[], int maxtype, in __nlmsg_parse()
683 struct nlattr *tb[], int maxtype, in nlmsg_parse()
702 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated()
722 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated_strict()
1137 static inline int nla_parse_nested(struct nlattr *tb[], int maxtype, in nla_parse_nested()
1161 static inline int nla_parse_nested_deprecated(struct nlattr *tb[], int maxtype, in nla_parse_nested_deprecated()
Dgenetlink.h185 struct nlattr *tb[], int maxtype, in genlmsg_parse_deprecated()
204 struct nlattr *tb[], int maxtype, in genlmsg_parse()
Dip_fib.h296 struct fib_table *tb; in fib_lookup() local
348 struct fib_table *tb; in fib_lookup() local
Dinet_hashtables.h98 #define inet_bind_bucket_for_each(tb, head) \ argument
Dpkt_cls.h455 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
/include/linux/netfilter/ipset/
Dip_set.h377 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder()
383 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder()
468 ip_set_timeout_uget(struct nlattr *tb) in ip_set_timeout_uget()
516 ip_set_comment_uget(struct nlattr *tb) in ip_set_comment_uget()
/include/keys/
Dtrusted.h25 #define INIT_BUF(tb) (tb->len = 0) argument
/include/crypto/
Dalgapi.h373 static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, in crypto_get_attr_alg()