SEG6_LOCAL_SRH    585 net/ipv6/seg6_local.c 		.attrs		= (1 << SEG6_LOCAL_SRH),
SEG6_LOCAL_SRH    590 net/ipv6/seg6_local.c 		.attrs		= (1 << SEG6_LOCAL_SRH),
SEG6_LOCAL_SRH    636 net/ipv6/seg6_local.c 	[SEG6_LOCAL_SRH]	= { .type = NLA_BINARY },
SEG6_LOCAL_SRH    652 net/ipv6/seg6_local.c 	srh = nla_data(attrs[SEG6_LOCAL_SRH]);
SEG6_LOCAL_SRH    653 net/ipv6/seg6_local.c 	len = nla_len(attrs[SEG6_LOCAL_SRH]);
SEG6_LOCAL_SRH    680 net/ipv6/seg6_local.c 	nla = nla_reserve(skb, SEG6_LOCAL_SRH, len);
SEG6_LOCAL_SRH    897 net/ipv6/seg6_local.c 	[SEG6_LOCAL_SRH]	= { .parse = parse_nla_srh,
SEG6_LOCAL_SRH   1051 net/ipv6/seg6_local.c 	if (attrs & (1 << SEG6_LOCAL_SRH))