Searched refs:SEG6_LOCAL_SRH (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 597 .attrs = (1 << SEG6_LOCAL_SRH), 602 .attrs = (1 << SEG6_LOCAL_SRH), 648 [SEG6_LOCAL_SRH] = { .type = NLA_BINARY }, 664 srh = nla_data(attrs[SEG6_LOCAL_SRH]); in parse_nla_srh() 665 len = nla_len(attrs[SEG6_LOCAL_SRH]); in parse_nla_srh() 692 nla = nla_reserve(skb, SEG6_LOCAL_SRH, len); in put_nla_srh() 909 [SEG6_LOCAL_SRH] = { .parse = parse_nla_srh, 1064 if (attrs & (1 << SEG6_LOCAL_SRH)) in seg6_local_get_encap_size()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | seg6_local.h | 22 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seg6_local.h | 22 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | seg6_local.h | 22 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 12 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_SRH, enumerator
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 1541 .attrs = SEG6_F_ATTR(SEG6_LOCAL_SRH), 1547 .attrs = SEG6_F_ATTR(SEG6_LOCAL_SRH), 1638 [SEG6_LOCAL_SRH] = { .type = NLA_BINARY }, 1658 srh = nla_data(attrs[SEG6_LOCAL_SRH]); in parse_nla_srh() 1659 len = nla_len(attrs[SEG6_LOCAL_SRH]); in parse_nla_srh() 1686 nla = nla_reserve(skb, SEG6_LOCAL_SRH, len); in put_nla_srh() 2271 [SEG6_LOCAL_SRH] = { .parse = parse_nla_srh, 2334 for (i = SEG6_LOCAL_SRH; i < max_parsed; ++i) { in __destroy_attrs() 2364 for (i = SEG6_LOCAL_SRH; i < SEG6_LOCAL_MAX + 1; ++i) { in parse_nla_optional_attrs() 2464 for (i = SEG6_LOCAL_SRH; in parse_nla_action() [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seg6_local.h | 22 SEG6_LOCAL_SRH, enumerator
|
Completed in 7 milliseconds