Lines Matching refs:flp
14 TP_PROTO(u32 tb_id, const struct flowi4 *flp),
16 TP_ARGS(tb_id, flp),
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;
40 *p32 = flp->saddr;
43 *p32 = flp->daddr;
78 TP_PROTO(const struct net_device *dev, const struct flowi4 *flp),
80 TP_ARGS(dev, flp),
95 __entry->oif = flp->flowi4_oif;
96 __entry->iif = flp->flowi4_iif;
97 __entry->tos = flp->flowi4_tos;
100 *p32 = flp->saddr;
103 *p32 = flp->daddr;