Lines Matching refs:u
159 } u; member
160 #define flowi_oif u.__fl_common.flowic_oif
161 #define flowi_iif u.__fl_common.flowic_iif
162 #define flowi_mark u.__fl_common.flowic_mark
163 #define flowi_tos u.__fl_common.flowic_tos
164 #define flowi_scope u.__fl_common.flowic_scope
165 #define flowi_proto u.__fl_common.flowic_proto
166 #define flowi_flags u.__fl_common.flowic_flags
167 #define flowi_secid u.__fl_common.flowic_secid
172 return container_of(fl4, struct flowi, u.ip4); in flowi4_to_flowi()
177 return container_of(fl6, struct flowi, u.ip6); in flowi6_to_flowi()
182 return container_of(fldn, struct flowi, u.dn); in flowidn_to_flowi()