Searched defs:dst_ops (Results 1 – 2 of 2) sorted by relevance
3751 struct dst_ops { struct3754 void (*gc)(struct dst_ops *); argument3755 struct dst_entry * (*check)(struct dst_entry *, __u32);3756 unsigned int (*default_advmss)(const struct dst_entry *);3757 unsigned int (*mtu)(const struct dst_entry *);3758 u32 * (*cow_metrics)(struct dst_entry *, unsigned long);3759 void (*destroy)(struct dst_entry *);3760 void (*ifdown)(struct dst_entry *, struct net_device *);3761 struct dst_entry * (*negative_advice)(struct dst_entry *);3762 void (*link_failure)(struct sk_buff *);[all …]
3322 struct dst_ops { struct3325 void (*gc)(struct dst_ops *); argument3326 struct dst_entry * (*check)(struct dst_entry *, __u32);3327 unsigned int (*default_advmss)(const struct dst_entry *);3328 unsigned int (*mtu)(const struct dst_entry *);3329 u32 * (*cow_metrics)(struct dst_entry *, unsigned long);3330 void (*destroy)(struct dst_entry *);3331 void (*ifdown)(struct dst_entry *, struct net_device *);3332 struct dst_entry * (*negative_advice)(struct dst_entry *);3333 void (*link_failure)(struct sk_buff *);[all …]