Lines Matching defs:dst_ops
8769 struct dst_ops { struct
8772 int (*gc)(struct dst_ops *); argument
8773 struct dst_entry * (*check)(struct dst_entry *, __u32);
8774 unsigned int (*default_advmss)(const struct dst_entry *);
8775 unsigned int (*mtu)(const struct dst_entry *);
8776 u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
8777 void (*destroy)(struct dst_entry *);
8778 void (*ifdown)(struct dst_entry *, struct net_device *, int);
8779 struct dst_entry * (*negative_advice)(struct dst_entry *);
8780 void (*link_failure)(struct sk_buff *);
8781 void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
8782 void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
8783 int (*local_out)(struct net *, struct sock *, struct sk_buff *);
8784 struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
8785 void (*confirm_neigh)(const struct dst_entry *, const void *);
8786 struct kmem_cache *kmem_cachep;
8787 struct percpu_counter pcpuc_entries;
66183 u32 dst_ops; member
105831 struct dst_ops *dst_ops; member