Lines Matching defs:info
549 * - 'pf' encodes the packet info (pktinfo) regarding the presence/absence of
570 * info about the lack/presence of SRH, SRH with SL = 0, etc;
600 * - info extracted from the packet (i.e. pktinfo data) regarding the
1014 struct seg6_end_dt_info *info = &slwt->dt_info;
1022 info->vrf_table);
1038 info->net = net;
1039 info->vrf_ifindex = vrf_ifindex;
1041 info->family = family;
1042 info->mode = DT_VRF_MODE;
1086 /* the decap packet IPv4/IPv6 does not come with any mac header info.
1111 struct seg6_end_dt_info *info)
1113 int vrf_ifindex = info->vrf_ifindex;
1114 struct net *net = info->net;
1131 struct seg6_end_dt_info *info = &slwt->dt_info;
1136 vrf = end_dt_get_vrf_rcu(skb, info);
1155 if (unlikely(info->family != AF_UNSPEC && info->family != family)) {
1231 struct seg6_end_dt_info *info = &slwt->dt_info;
1233 return info->mode;
1240 struct seg6_end_dt_info *info = &slwt->dt_info;
1244 info->mode = DT_LEGACY_MODE;
1748 struct seg6_end_dt_info *info = seg6_possible_end_dt_info(slwt);
1750 if (IS_ERR(info))
1751 return PTR_ERR(info);
1753 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]);
1760 struct seg6_end_dt_info *info = seg6_possible_end_dt_info(slwt);
1762 if (IS_ERR(info))
1763 return PTR_ERR(info);
1765 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table))