Searched refs:flp (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | fib.h | 15 TP_PROTO(u32 tb_id, const struct flowi4 *flp, 18 TP_ARGS(tb_id, flp, nh, err), 43 __entry->oif = flp->flowi4_oif; 44 __entry->iif = flp->flowi4_iif; 45 __entry->tos = flp->flowi4_tos; 46 __entry->scope = flp->flowi4_scope; 47 __entry->flags = flp->flowi4_flags; 50 *p32 = flp->saddr; 53 *p32 = flp->daddr; 55 __entry->proto = flp->flowi4_proto; [all …]
|
D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp), 18 TP_ARGS(net, f6i, 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 …]
|
/linux-4.19.296/include/net/ |
D | ip_fib.h | 225 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 262 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument 272 err = fib_table_lookup(tb, flp, res, flags | FIB_LOOKUP_NOREF); in fib_lookup() 311 int __fib_lookup(struct net *net, struct flowi4 *flp, 314 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument 322 return __fib_lookup(net, flp, res, flags); in fib_lookup() 330 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup() 337 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup()
|
D | route.h | 115 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp, 117 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp, 122 struct flowi4 *flp) in __ip_route_output_key() argument 124 return ip_route_output_key_hash(net, flp, NULL); in __ip_route_output_key() 127 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 132 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument 134 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
|
/linux-4.19.296/fs/ |
D | locks.c | 1660 generic_add_lease(struct file *filp, long arg, struct file_lock **flp, void **priv) in generic_add_lease() argument 1666 bool is_deleg = (*flp)->fl_flags & FL_DELEG; in generic_add_lease() 1670 lease = *flp; in generic_add_lease() 1772 *flp = NULL; in generic_add_lease() 1819 int generic_setlease(struct file *filp, long arg, struct file_lock **flp, in generic_setlease() argument 1838 if (!(*flp)->fl_lmops->lm_break) { in generic_setlease() 1843 return generic_add_lease(filp, arg, flp, priv); in generic_setlease()
|
D | libfs.c | 1187 simple_nosetlease(struct file *filp, long arg, struct file_lock **flp, in simple_nosetlease() argument
|
/linux-4.19.296/include/linux/ |
D | fs.h | 1243 struct file_lock **flp, void **priv) in generic_setlease() argument
|