Home
last modified time | relevance | path

Searched defs:dst_ops (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/net/
H A Ddst_ops.h15 struct dst_ops { struct
19 void (*gc)(struct dst_ops *ops); argument
20 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie);
21 unsigned int (*default_advmss)(const struct dst_entry *);
22 unsigned int (*mtu)(const struct dst_entry *);
46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() argument
H A Dxfrm.h360 struct dst_ops *dst_ops; member
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c89 const struct ttm_kmap_iter_ops *dst_ops = dst_iter->ops; in ttm_move_memcpy() local
/openbmc/linux/drivers/rapidio/
H A Drio-scan.c268 int dst_ops) in rio_device_has_destid()
H A Drio_cm.c242 #define is_msg_capable(src_ops, dst_ops) \ argument
/openbmc/linux/drivers/net/
H A Drionet.c81 #define is_rionet_capable(src_ops, dst_ops) \ argument
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2576 struct dst_ops *dst_ops; in xfrm_alloc_dst() local
4042 struct dst_ops *dst_ops = afinfo->dst_ops; in xfrm_policy_register_afinfo() local
4069 struct dst_ops *dst_ops = afinfo->dst_ops; in xfrm_policy_unregister_afinfo() local
/openbmc/linux/include/linux/
H A Drio.h190 u32 dst_ops; member