Searched refs:DST_NOCOUNT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 74 if (!(flags & DST_NOCOUNT)) in dst_init() 85 !(flags & DST_NOCOUNT) && in dst_alloc() 112 if (!(dst->flags & DST_NOCOUNT)) in dst_destroy() 291 DST_METADATA | DST_NOCOUNT); in __metadata_dst_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 74 if (!(flags & DST_NOCOUNT)) in dst_init() 85 !(flags & DST_NOCOUNT) && in dst_alloc() 112 if (!(dst->flags & DST_NOCOUNT)) in dst_destroy() 274 DST_METADATA | DST_NOCOUNT); in __metadata_dst_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_frag.c | 100 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment() 116 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | route.c | 511 rt = nip_dst_alloc(net, NULL, (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT); in nip_route_info_create() 823 rt = nip_dst_alloc(net, dev, DST_NOCOUNT); in nip_addrconf_dst_alloc()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 40 #define DST_NOCOUNT 0x0008 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 42 #define DST_NOCOUNT 0x0008 macro
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 872 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 889 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 877 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 894 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 1052 flags |= DST_NOCOUNT; in fib6_info_dst_flags() 1370 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 1055 flags |= DST_NOCOUNT; in fib6_info_dst_flags() 1370 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc()
|
Completed in 26 milliseconds