Home
last modified time | relevance | path

Searched refs:srhinfo (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/ipv6/netfilter/
Dip6t_srh.c26 const struct ip6t_srh *srhinfo = par->matchinfo; in srh_mt6() local
48 if (srhinfo->mt_flags & IP6T_SRH_NEXTHDR) in srh_mt6()
49 if (NF_SRH_INVF(srhinfo, IP6T_SRH_INV_NEXTHDR, in srh_mt6()
50 !(srh->nexthdr == srhinfo->next_hdr))) in srh_mt6()
54 if (srhinfo->mt_flags & IP6T_SRH_LEN_EQ) in srh_mt6()
55 if (NF_SRH_INVF(srhinfo, IP6T_SRH_INV_LEN_EQ, in srh_mt6()
56 !(srh->hdrlen == srhinfo->hdr_len))) in srh_mt6()
59 if (srhinfo->mt_flags & IP6T_SRH_LEN_GT) in srh_mt6()
60 if (NF_SRH_INVF(srhinfo, IP6T_SRH_INV_LEN_GT, in srh_mt6()
61 !(srh->hdrlen > srhinfo->hdr_len))) in srh_mt6()
[all …]