ident_type         81 net/ipv6/ila/ila.h 	u8 ident_type;
ident_type        139 net/ipv6/ila/ila_lwt.c 	u8 ident_type = ILA_ATYPE_USE_FORMAT;
ident_type        160 net/ipv6/ila/ila_lwt.c 		ident_type = nla_get_u8(tb[ILA_ATTR_IDENT_TYPE]);
ident_type        162 net/ipv6/ila/ila_lwt.c 	if (ident_type == ILA_ATYPE_USE_FORMAT) {
ident_type        176 net/ipv6/ila/ila_lwt.c 		eff_ident_type = ident_type;
ident_type        235 net/ipv6/ila/ila_lwt.c 	p->ident_type = ident_type;
ident_type        275 net/ipv6/ila/ila_lwt.c 	if (nla_put_u8(skb, ILA_ATTR_IDENT_TYPE, (__force u8)p->ident_type))
ident_type        115 net/ipv6/ila/ila_xlat.c 		xp->ip.ident_type = nla_get_u8(
ident_type        118 net/ipv6/ila/ila_xlat.c 		xp->ip.ident_type = ILA_ATYPE_USE_FORMAT;
ident_type        434 net/ipv6/ila/ila_xlat.c 	    nla_put_u8(msg, ILA_ATTR_IDENT_TYPE, ila->xp.ip.ident_type))