Lines Matching refs:flp
16 struct fib6_table *table, const struct flowi6 *flp),
18 TP_ARGS(net, res, table, flp),
44 __entry->oif = flp->flowi6_oif;
45 __entry->iif = flp->flowi6_iif;
46 __entry->flowlabel = ntohl(flowi6_get_flowlabel(flp));
47 __entry->tos = ip6_tclass(flp->flowlabel);
48 __entry->scope = flp->flowi6_scope;
49 __entry->flags = flp->flowi6_flags;
52 *in6 = flp->saddr;
55 *in6 = flp->daddr;
57 __entry->proto = flp->flowi6_proto;
60 __entry->sport = ntohs(flp->fl6_sport);
61 __entry->dport = ntohs(flp->fl6_dport);