Searched refs:gre (Results 1 - 25 of 79) sorted by relevance

1234

/linux-master/tools/testing/selftests/net/forwarding/
H A Dipip_hier_gre_keys.sh29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222
30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
37 ping_test $h1 192.0.2.18 " gre hierarchical with ikey/okey"
42 test_mtu_change gre
H A Dipip_flat_gre_keys.sh29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222
30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
37 ping_test $h1 192.0.2.18 " gre flat with ikey/okey"
42 test_mtu_change gre
H A Dipip_hier_gre_key.sh29 sw1_hierarchical_create gre $ol1 $ul1 key 22
30 sw2_hierarchical_create gre $ol2 $ul2 key 22
37 ping_test $h1 192.0.2.18 " gre hierarchical with key"
42 test_mtu_change gre
H A Dipip_hier_gre.sh29 sw1_hierarchical_create gre $ol1 $ul1
30 sw2_hierarchical_create gre $ol2 $ul2
37 ping_test $h1 192.0.2.18 " gre hierarchical"
42 test_mtu_change gre
H A Dipip_flat_gre_key.sh29 sw1_flat_create gre $ol1 $ul1 key 233
30 sw2_flat_create gre $ol2 $ul2 key 233
37 ping_test $h1 192.0.2.18 " gre flat with key"
42 test_mtu_change gre
H A Dipip_flat_gre.sh29 sw1_flat_create gre $ol1 $ul1
30 sw2_flat_create gre $ol2 $ul2
37 ping_test $h1 192.0.2.18 " gre flat"
42 test_mtu_change gre
H A Dip6gre_flat_keys.sh44 test_mtu_change gre
H A Dip6gre_hier.sh44 test_mtu_change gre
H A Dip6gre_hier_key.sh44 test_mtu_change gre
H A Dip6gre_hier_keys.sh44 test_mtu_change gre
H A Dhw_stats_l3_gre.sh35 sw1_flat_create gre $ol1 $ul1
36 sw2_flat_create gre $ol2 $ul2
61 ping_test $h1 192.0.2.18 " gre flat"
H A Dgre_multipath.sh18 # | + g1a (gre) + g1b (gre) |
43 # | + g2a (gre) | + g2b (gre) | |
85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
123 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
127 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
/linux-master/include/net/
H A Dpptp.h6 #include <net/gre.h>
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c577 struct uv_gam_range_entry *gre = uv_gre_table; local
582 if (!gre)
591 for (; gre->type != UV_GAM_RANGE_TYPE_UNUSED; gre++) {
592 if (gre->type == UV_GAM_RANGE_TYPE_HOLE) {
596 last_limit = gre->limit;
600 last_limit = gre->limit;
601 pr_info("UV: extra hole in GAM RE table @%d\n", (int)(gre - uv_gre_table));
604 if (_max_socket < gre->sockid) {
605 pr_err("UV: GAM table sockid(%d) too large(>%d) @%d\n", gre
1261 struct uv_gam_range_entry *gre = (struct uv_gam_range_entry *)ptr; local
1482 struct uv_gam_range_entry *gre = uv_gre_table; local
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h41 } gre; member in union:nf_conntrack_man_proto
/linux-master/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh11 ip link add "gre_${SUFFIX}" type gre ${CONFIG}
/linux-master/net/openvswitch/
H A DMakefile27 obj-$(CONFIG_OPENVSWITCH_GRE) += vport-gre.o
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h5 #include <net/gre.h>
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_pptp.c68 t.src.u.gre.key = ct_pptp_info->pac_call_id;
70 t.dst.u.gre.key = ct_pptp_info->pns_call_id;
77 t.src.u.gre.key = nat_pptp_info->pns_call_id;
79 t.dst.u.gre.key = nat_pptp_info->pac_call_id;
217 expect_orig->saved_proto.gre.key = ct_pptp_info->pns_call_id;
218 expect_orig->tuple.src.u.gre.key = nat_pptp_info->pns_call_id;
219 expect_orig->tuple.dst.u.gre.key = ct_pptp_info->pac_call_id;
223 expect_reply->saved_proto.gre.key = nat_pptp_info->pns_call_id;
224 expect_reply->tuple.src.u.gre.key = nat_pptp_info->pac_call_id;
225 expect_reply->tuple.dst.u.gre
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_gre.c55 return &net->ct.nf_ct_proto.gre;
77 key = km->tuple.src.u.gre.key;
150 /* gre hdr info to tuple */
179 tuple->dst.u.gre.key = pgrehdr->call_id;
181 tuple->src.u.gre.key = srckey;
191 (ct->proto.gre.timeout / HZ),
192 (ct->proto.gre.stream_timeout / HZ));
218 ct->proto.gre.stream_timeout = timeouts[GRE_CT_REPLIED];
219 ct->proto.gre.timeout = timeouts[GRE_CT_UNREPLIED];
227 ct->proto.gre
[all...]
H A Dnf_conntrack_pptp.c97 ct->proto.gre.timeout = PPTP_GRE_TIMEOUT;
98 ct->proto.gre.stream_timeout = PPTP_GRE_STREAM_TIMEOUT;
143 sibling->proto.gre.timeout = 0;
144 sibling->proto.gre.stream_timeout = 0;
172 t.src.u.gre.key = ct_pptp_info->pns_call_id;
173 t.dst.u.gre.key = ct_pptp_info->pac_call_id;
180 t.src.u.gre.key = ct_pptp_info->pac_call_id;
181 t.dst.u.gre.key = ct_pptp_info->pns_call_id;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c170 struct gre_hdr *gre, _gre; local
194 gre = bpf_flow_dissect_get_header(skb, sizeof(*gre), &_gre);
195 if (!gre)
198 if (bpf_htons(gre->flags & GRE_VERSION))
202 keys->thoff += sizeof(*gre); /* Step over GRE Flags and Proto */
203 if (GRE_IS_CSUM(gre->flags))
205 if (GRE_IS_KEY(gre->flags))
207 if (GRE_IS_SEQ(gre->flags))
214 if (gre
[all...]
H A Dtest_cls_redirect.h54 struct gre_base_hdr gre; member in struct:__anon4704
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c48 bool gre)
81 } else if (!gre) {
91 bool tcp, bool gre, u32 priority)
100 mlx5_ct_fs_smfs_fill_mask(fs, spec, ipv4, tcp, gre);
112 mlx5_ct_fs_smfs_matcher_get(struct mlx5_ct_fs *fs, bool nat, bool ipv4, bool tcp, bool gre) argument
123 smfs_matcher = &matchers->smfs_matchers[ipv4 * 3 + tcp * 2 + gre];
149 dr_matcher = mlx5_ct_fs_smfs_matcher_create(fs, tbl, ipv4, tcp, gre, prio);
152 "ct_fs_smfs: failed to create matcher (nat %d, ipv4 %d, tcp %d, gre %d), err: %ld\n",
153 nat, ipv4, tcp, gre, PTR_ERR(dr_matcher));
305 bool nat, tcp, ipv4, gre; local
47 mlx5_ct_fs_smfs_fill_mask(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, bool ipv4, bool tcp, bool gre) argument
90 mlx5_ct_fs_smfs_matcher_create(struct mlx5_ct_fs *fs, struct mlx5dr_table *tbl, bool ipv4, bool tcp, bool gre, u32 priority) argument
[all...]
/linux-master/include/net/netns/
H A Dconntrack.h92 struct nf_gre_net gre; member in struct:nf_ip_net

Completed in 168 milliseconds

1234