Lines Matching refs:__entry
32 __entry->tb_id = tb_id;
33 __entry->oif = flp->flowi4_oif;
34 __entry->iif = flp->flowi4_iif;
35 __entry->tos = flp->flowi4_tos;
36 __entry->scope = flp->flowi4_scope;
37 __entry->flags = flp->flowi4_flags;
39 p32 = (__be32 *) __entry->src;
42 p32 = (__be32 *) __entry->dst;
47 __entry->tb_id, __entry->oif, __entry->iif,
48 __entry->src, __entry->dst, __entry->tos, __entry->scope,
49 __entry->flags)
65 __be32 *p32 = (__be32 *) __entry->src;
68 __entry->oif = nh->nh_oif;
73 __get_str(name), __entry->oif, __entry->src)
95 __entry->oif = flp->flowi4_oif;
96 __entry->iif = flp->flowi4_iif;
97 __entry->tos = flp->flowi4_tos;
99 p32 = (__be32 *) __entry->src;
102 p32 = (__be32 *) __entry->dst;
107 __get_str(name), __entry->oif, __entry->iif, __entry->tos,
108 __entry->src, __entry->dst)