Searched refs:DST_NOCOUNT (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| H A D | dst.c | 75 if (!(flags & DST_NOCOUNT)) in dst_init() 86 !(flags & DST_NOCOUNT) && in dst_alloc() 162 if (!(dst->flags & DST_NOCOUNT)) in dst_count_dec() 288 DST_METADATA | DST_NOCOUNT); in __metadata_dst_init()
|
| /linux/net/sched/ |
| H A D | sch_frag.c | 106 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment() 124 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment()
|
| /linux/include/net/ |
| H A D | dst.h | 45 #define DST_NOCOUNT 0x0008 macro
|
| /linux/net/ipv6/ |
| H A D | ioam6_iptunnel.c | 179 dst_init(&ilwt->null_rt.dst, NULL, NULL, DST_OBSOLETE_NONE, DST_NOCOUNT); in ioam6_build_state()
|
| H A D | route.c | 1108 flags |= DST_NOCOUNT; in fib6_info_dst_flags() 1424 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 790 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 807 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|