Searched defs:dst_ops (Results 1 – 1 of 1) sorted by relevance
11551 struct dst_ops { struct11554 int (*gc)(struct dst_ops *); argument11555 struct dst_entry * (*check)(struct dst_entry *, __u32);11556 unsigned int (*default_advmss)(const struct dst_entry *);11557 unsigned int (*mtu)(const struct dst_entry *);11558 u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);11559 void (*destroy)(struct dst_entry *);11560 void (*ifdown)(struct dst_entry *, struct net_device *, int);11561 struct dst_entry * (*negative_advice)(struct dst_entry *);11562 void (*link_failure)(struct sk_buff *);[all …]