| /Linux-v5.4/include/net/ |
| D | dst_ops.h | 15 struct dst_ops { struct 19 int (*gc)(struct dst_ops *ops); argument 45 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() argument 50 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() 55 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 60 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 65 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
| D | dst.h | 26 struct dst_ops *ops; 383 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref, 385 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
|
| D | xfrm.h | 320 struct dst_ops *dst_ops; member
|
| /Linux-v5.4/include/net/netns/ |
| D | xfrm.h | 71 struct dst_ops xfrm4_dst_ops; 73 struct dst_ops xfrm6_dst_ops;
|
| D | ipv6.h | 78 struct dst_ops ip6_dst_ops;
|
| /Linux-v5.4/net/core/ |
| D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() 79 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, in dst_alloc() 240 static struct dst_ops md_dst_ops = {
|
| D | pktgen.c | 416 struct dst_ops dstops;
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_policy.c | 2468 struct dst_ops *dst_ops; in xfrm_alloc_dst() local 2476 dst_ops = &net->xfrm.xfrm4_dst_ops; in xfrm_alloc_dst() 2480 dst_ops = &net->xfrm.xfrm6_dst_ops; in xfrm_alloc_dst() 2486 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst() 3916 struct dst_ops *dst_ops = afinfo->dst_ops; in xfrm_policy_register_afinfo() local 3917 if (likely(dst_ops->kmem_cachep == NULL)) in xfrm_policy_register_afinfo() 3918 dst_ops->kmem_cachep = xfrm_dst_cache; in xfrm_policy_register_afinfo() 3919 if (likely(dst_ops->check == NULL)) in xfrm_policy_register_afinfo() 3920 dst_ops->check = xfrm_dst_check; in xfrm_policy_register_afinfo() 3921 if (likely(dst_ops->default_advmss == NULL)) in xfrm_policy_register_afinfo() [all …]
|
| /Linux-v5.4/net/bridge/ |
| D | br_nf_core.c | 51 static struct dst_ops fake_dst_ops = {
|
| /Linux-v5.4/net/ipv4/ |
| D | xfrm4_policy.c | 139 static struct dst_ops xfrm4_dst_ops_template = { 151 .dst_ops = &xfrm4_dst_ops_template,
|
| D | route.c | 158 static struct dst_ops ipv4_dst_ops = { 2666 static struct dst_ops ipv4_dst_blackhole_ops = {
|
| /Linux-v5.4/drivers/rapidio/ |
| 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() 384 &rdev->dst_ops); in rio_setup_device() 402 if (rio_device_has_destid(port, rdev->src_ops, rdev->dst_ops)) { in rio_setup_device() 454 if (rdev->dst_ops & RIO_DST_OPS_DOORBELL) in rio_setup_device()
|
| D | rio_cm.c | 242 #define is_msg_capable(src_ops, dst_ops) \ argument 244 (dst_ops & RIO_DST_OPS_DATA_MSG)) 246 is_msg_capable(dev->src_ops, dev->dst_ops)
|
| /Linux-v5.4/net/ipv6/ |
| D | xfrm6_policy.c | 156 static struct dst_ops xfrm6_dst_ops_template = { 168 .dst_ops = &xfrm6_dst_ops_template,
|
| D | route.c | 90 static int ip6_dst_gc(struct dst_ops *ops); 240 static struct dst_ops ip6_dst_ops_template = { 276 static struct dst_ops ip6_dst_blackhole_ops = { 3161 static int ip6_dst_gc(struct dst_ops *ops) in ip6_dst_gc()
|
| /Linux-v5.4/drivers/net/ |
| 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-v5.4/include/linux/ |
| D | rio.h | 190 u32 dst_ops; member
|
| /Linux-v5.4/net/decnet/ |
| D | dn_route.c | 104 static int dn_dst_gc(struct dst_ops *ops); 129 static struct dst_ops dn_dst_ops = { 211 static int dn_dst_gc(struct dst_ops *ops) in dn_dst_gc()
|
| /Linux-v5.4/drivers/rapidio/devices/ |
| D | rio_mport_cdev.c | 1771 &rdev->dst_ops); in rio_mport_add_riodev() 1797 if (rdev->dst_ops & RIO_DST_OPS_DOORBELL) in rio_mport_add_riodev()
|
| /Linux-v5.4/net/openvswitch/ |
| D | actions.c | 779 static struct dst_ops ovs_dst_ops = {
|