Searched refs:flp (Results 1 – 7 of 7) sorted by relevance
/include/trace/events/ |
D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp), 18 TP_ARGS(net, res, table, flp), 43 __entry->oif = flp->flowi6_oif; 44 __entry->iif = flp->flowi6_iif; 45 __entry->tos = ip6_tclass(flp->flowlabel); 46 __entry->scope = flp->flowi6_scope; 47 __entry->flags = flp->flowi6_flags; 50 *in6 = flp->saddr; 53 *in6 = flp->daddr; 55 __entry->proto = flp->flowi6_proto; [all …]
|
D | fib.h | 15 TP_PROTO(u32 tb_id, const struct flowi4 *flp, 18 TP_ARGS(tb_id, flp, nhc, err), 46 __entry->oif = flp->flowi4_oif; 47 __entry->iif = flp->flowi4_iif; 48 __entry->tos = flp->flowi4_tos; 49 __entry->scope = flp->flowi4_scope; 50 __entry->flags = flp->flowi4_flags; 53 *p32 = flp->saddr; 56 *p32 = flp->daddr; 58 __entry->proto = flp->flowi4_proto; [all …]
|
/include/net/ |
D | ip_fib.h | 268 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 305 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument 315 err = fib_table_lookup(tb, flp, res, flags | FIB_LOOKUP_NOREF); in fib_lookup() 360 int __fib_lookup(struct net *net, struct flowi4 *flp, 363 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument 371 return __fib_lookup(net, flp, res, flags); in fib_lookup() 379 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup() 386 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup() 493 const struct flowi4 *flp);
|
D | route.h | 117 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp, 119 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp, 124 struct flowi4 *flp) in __ip_route_output_key() argument 126 return ip_route_output_key_hash(net, flp, NULL); in __ip_route_output_key() 129 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 140 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument 142 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
|
D | fib_rules.h | 221 struct flowi *flp, int flags, 224 struct flowi *flp, int flags,
|
D | nexthop.h | 278 const struct flowi4 *flp, in nexthop_get_nhc_lookup() argument 291 if (fib_lookup_good_nhc(&nhi->fib_nhc, fib_flags, flp)) { in nexthop_get_nhc_lookup() 298 if (fib_lookup_good_nhc(&nhi->fib_nhc, fib_flags, flp)) { in nexthop_get_nhc_lookup()
|
/include/linux/ |
D | fs.h | 1319 struct file_lock **flp, void **priv) in generic_setlease() argument
|