Searched defs:dst_ops (Results 1 – 1 of 1) sorted by relevance
8955 struct dst_ops { struct8958 int (*gc)(struct dst_ops *); argument8959 struct dst_entry * (*check)(struct dst_entry *, __u32);8960 unsigned int (*default_advmss)(const struct dst_entry *);8961 unsigned int (*mtu)(const struct dst_entry *);8962 u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);8963 void (*destroy)(struct dst_entry *);8964 void (*ifdown)(struct dst_entry *, struct net_device *, int);8965 struct dst_entry * (*negative_advice)(struct dst_entry *);8966 void (*link_failure)(struct sk_buff *);[all …]