Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 7 of 7) sorted by relevance

/net/netlabel/
Dnetlabel_cipso_v4.c98 doi_def->tags[iter++] = nla_get_u8(nla); in netlbl_cipsov4_add_common()
101 doi_def->tags[iter++] = CIPSO_V4_TAG_INVALID; in netlbl_cipsov4_add_common()
498 doi_def->tags[iter] != CIPSO_V4_TAG_INVALID; in netlbl_cipsov4_list()
502 doi_def->tags[iter]); in netlbl_cipsov4_list()
/net/ipv4/
Dcipso_ipv4.c397 switch (doi_def->tags[iter]) { in cipso_v4_doi_add()
1577 for (tag_iter = 0; doi_def->tags[tag_iter] != tag[0];) in cipso_v4_validate()
1578 if (doi_def->tags[tag_iter] == CIPSO_V4_TAG_INVALID || in cipso_v4_validate()
1777 switch (doi_def->tags[iter]) { in cipso_v4_genopt()
1809 doi_def->tags[iter] != CIPSO_V4_TAG_INVALID); in cipso_v4_genopt()
Droute.c1995 hash_keys.tags.flow_label = keys.tags.flow_label; in fib_multipath_custom_hash_inner()
2115 hash_keys.tags.flow_label = keys.tags.flow_label; in fib_multipath_hash()
/net/dsa/
DKconfig96 tristate "Tag driver for Realtek 4 byte protocol A tags"
99 Realtek switches with 4 byte protocol A tags, sich as found in
/net/ipv6/
Droute.c2330 keys->tags.flow_label = _flkeys->tags.flow_label; in ip6_multipath_l3_keys()
2335 keys->tags.flow_label = ip6_flowlabel(key_iph); in ip6_multipath_l3_keys()
2361 hash_keys.tags.flow_label = keys.tags.flow_label; in rt6_multipath_custom_hash_outer()
2407 hash_keys.tags.flow_label = keys.tags.flow_label; in rt6_multipath_custom_hash_inner()
2450 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_custom_hash_fl6()
2475 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
2532 hash_keys.tags.flow_label = flkeys->tags.flow_label; in rt6_multipath_hash()
2544 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
/net/sched/
Dsch_cake.c152 u32 tags[CAKE_QUEUES]; /* for set association */ member
688 host_keys.tags.flow_label = 0; in cake_hash()
742 if (likely(q->tags[reduced_hash] == flow_hash && in cake_hash()
757 if (q->tags[outer_hash + k] == flow_hash) { in cake_hash()
797 q->tags[reduced_hash] = flow_hash; in cake_hash()
/net/core/
Dflow_dissector.c1737 keys->tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in __get_hash_from_flowi6()
1775 .offset = offsetof(struct flow_keys, tags),