Searched refs:grehdr (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_proto_gre.c184 struct gre_hdr *grehdr = (struct gre_hdr *) datah; local
190 tuple->dst.u.gre.version = grehdr->version;
191 tuple->dst.u.gre.protocol = grehdr->protocol;
193 switch (grehdr->version) {
195 if (!grehdr->key) {
199 tuple->dst.u.gre.key = *(gre_key(grehdr));
203 if (ntohs(grehdr->protocol) != GRE_PROTOCOL_PPTP) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_proto_gre.c155 struct gre_hdr *grehdr = (struct gre_hdr *) datah; local
161 tuple->dst.u.gre.version = grehdr->version;
162 tuple->dst.u.gre.protocol = grehdr->protocol;
164 switch (grehdr->version) {
166 if (!grehdr->key) {
170 tuple->dst.u.gre.key = *(gre_key(grehdr));
174 if (ntohs(grehdr->protocol) != GRE_PROTOCOL_PPTP) {

Completed in 52 milliseconds