Lines Matching defs:sfilt6
981 const struct flow_filter6 *sfilt6;
983 sfilt6 = (const struct flow_filter6 *)filt;
985 inet_ntop(AF_INET6, &sfilt6->ff_flow6.fi6_dst,
987 inet_ntop(AF_INET6, &sfilt6->ff_mask6.mask6_dst,
989 ntoh16(sfilt6->ff_flow6.fi6_dport));
991 inet_ntop(AF_INET6, &sfilt6->ff_flow6.fi6_src,
993 inet_ntop(AF_INET6, &sfilt6->ff_mask6.mask6_src,
995 ntoh16(sfilt6->ff_flow6.fi6_sport));
997 sfilt6->ff_flow6.fi6_proto, sfilt6->ff_flow6.fi6_tclass,
998 sfilt6->ff_mask6.mask6_tclass);