Home
last modified time | relevance | path

Searched refs:flp (Results 1 – 7 of 7) sorted by relevance

/include/trace/events/
A Dfib6.h18 TP_ARGS(net, res, table, flp),
44 __entry->oif = flp->flowi6_oif;
45 __entry->iif = flp->flowi6_iif;
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);
[all …]
A Dfib.h15 TP_PROTO(u32 tb_id, const struct flowi4 *flp,
18 TP_ARGS(tb_id, flp, nhc, err),
45 __entry->oif = flp->flowi4_oif;
46 __entry->iif = flp->flowi4_iif;
47 __entry->tos = flp->flowi4_tos;
48 __entry->scope = flp->flowi4_scope;
49 __entry->flags = flp->flowi4_flags;
52 *p32 = flp->saddr;
55 *p32 = flp->daddr;
57 __entry->proto = flp->flowi4_proto;
[all …]
/include/net/
A Droute.h160 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp,
162 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp,
167 struct flowi4 *flp) in __ip_route_output_key() argument
169 return ip_route_output_key_hash(net, flp, NULL); in __ip_route_output_key()
172 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
177 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument
179 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
A Dip_fib.h279 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp,
316 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument
326 err = fib_table_lookup(tb, flp, res, flags | FIB_LOOKUP_NOREF); in fib_lookup()
371 int __fib_lookup(struct net *net, struct flowi4 *flp,
374 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument
382 return __fib_lookup(net, flp, res, flags); in fib_lookup()
390 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup()
397 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup()
597 const struct flowi4 *flp);
A Dfib_rules.h213 struct flowi *flp, int flags,
216 struct flowi *flp, int flags,
A Dnexthop.h424 const struct flowi4 *flp, in nexthop_get_nhc_lookup() argument
437 if (fib_lookup_good_nhc(&nhi->fib_nhc, fib_flags, flp)) { in nexthop_get_nhc_lookup()
444 if (fib_lookup_good_nhc(&nhi->fib_nhc, fib_flags, flp)) { in nexthop_get_nhc_lookup()
/include/linux/
A Dfilelock.h382 struct file_lease **flp, void **priv) in generic_setlease() argument

Completed in 18 milliseconds