Searched refs:dst_ops (Results 1 – 17 of 17) sorted by relevance
| /linux/include/net/ |
| H A D | dst_ops.h | 15 struct dst_ops { struct 19 void (*gc)(struct dst_ops *ops); argument 46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() argument 51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() 57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 68 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy() 20 checkdst_ops global() argument 21 default_advmssdst_ops global() argument 22 mtudst_ops global() argument
|
| H A D | xfrm.h | 386 struct dst_ops *dst_ops; member
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_util.c | 93 const struct ttm_kmap_iter_ops *dst_ops = dst_iter->ops; in ttm_move_memcpy() local 99 if (dst_ops->maps_tt && src_ops->maps_tt) in ttm_move_memcpy() 105 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy() 110 if (dst_ops->unmap_local) in ttm_move_memcpy() 111 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy() 117 dst_ops->map_local(dst_iter, &dst_map, i); in ttm_move_memcpy() 124 if (dst_ops->unmap_local) in ttm_move_memcpy() 125 dst_ops->unmap_local(dst_iter, &dst_map); in ttm_move_memcpy()
|
| /linux/kernel/trace/ |
| H A D | fgraph.c | 1008 void fgraph_init_ops(struct ftrace_ops *dst_ops, in fgraph_init_ops() argument 1011 dst_ops->flags = FTRACE_OPS_FL_PID | FTRACE_OPS_GRAPH_STUB; in fgraph_init_ops() 1015 dst_ops->func_hash = &src_ops->local_hash; in fgraph_init_ops() 1016 mutex_init(&dst_ops->local_hash.regex_lock); in fgraph_init_ops() 1017 INIT_LIST_HEAD(&dst_ops->subop_list); in fgraph_init_ops() 1018 dst_ops->flags |= FTRACE_OPS_FL_INITIALIZED; in fgraph_init_ops() 1019 dst_ops->private = src_ops->private; in fgraph_init_ops()
|
| H A D | trace.h | 1134 void fgraph_init_ops(struct ftrace_ops *dst_ops,
|
| /linux/drivers/rapidio/ |
| H A D | rio-scan.c | 268 int dst_ops) in rio_device_has_destid() argument 272 return !!((src_ops | dst_ops) & mask); in rio_device_has_destid() 382 &rdev->dst_ops); in rio_setup_device() 400 if (rio_device_has_destid(port, rdev->src_ops, rdev->dst_ops)) { in rio_setup_device() 452 if (rdev->dst_ops & RIO_DST_OPS_DOORBELL) in rio_setup_device()
|
| H A D | rio_cm.c | 238 #define is_msg_capable(src_ops, dst_ops) \ argument 240 (dst_ops & RIO_DST_OPS_DATA_MSG)) 242 is_msg_capable(dev->src_ops, dev->dst_ops)
|
| /linux/net/bridge/ |
| H A D | br_nf_core.c | 52 static struct dst_ops fake_dst_ops = {
|
| /linux/net/ipv6/ |
| H A D | xfrm6_policy.c | 156 static struct dst_ops xfrm6_dst_ops_template = { 168 .dst_ops = &xfrm6_dst_ops_template,
|
| H A D | route.c | 95 static void ip6_dst_gc(struct dst_ops *ops); 249 static struct dst_ops ip6_dst_ops_template = { 268 static struct dst_ops ip6_dst_blackhole_ops = { 3359 static void ip6_dst_gc(struct dst_ops *ops) in ip6_dst_gc()
|
| /linux/drivers/net/ |
| H A D | rionet.c | 81 #define is_rionet_capable(src_ops, dst_ops) \ argument 83 (dst_ops & RIO_DST_OPS_DATA_MSG) && \ 85 (dst_ops & RIO_DST_OPS_DOORBELL)) 87 is_rionet_capable(dev->src_ops, dev->dst_ops)
|
| /linux/include/net/netns/ |
| H A D | ipv6.h | 10 #include <net/dst_ops.h> 64 struct dst_ops ip6_dst_ops;
|
| /linux/net/sched/ |
| H A D | sch_frag.c | 83 static struct dst_ops sch_frag_dst_ops = {
|
| /linux/include/linux/ |
| H A D | rio.h | 190 u32 dst_ops; member
|
| /linux/drivers/rapidio/devices/ |
| H A D | rio_mport_cdev.c | 1760 &rdev->dst_ops); in rio_mport_add_riodev() 1786 if (rdev->dst_ops & RIO_DST_OPS_DOORBELL) in rio_mport_add_riodev()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 731 static struct dst_ops ovs_dst_ops = {
|
| /linux/net/ipv4/ |
| H A D | route.c | 154 static struct dst_ops ipv4_dst_ops = { 2881 static struct dst_ops ipv4_dst_blackhole_ops = {
|