Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/netinet/
H A Din.h20 #define IPPROTO_GRE 47 macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c129 if (ipf_nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_osrcip,
184 ipn->in_pr[0] = IPPROTO_GRE;
185 ipn->in_pr[1] = IPPROTO_GRE;
213 fi.fin_fi.fi_p = IPPROTO_GRE;
224 ip->ip_p = IPPROTO_GRE;
H A Dip_compat.h922 #ifndef IPPROTO_GRE
923 # define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */ macro
H A Dip_state.c1297 case IPPROTO_GRE :
1557 case IPPROTO_GRE :
3261 case IPPROTO_GRE :
H A Dfil.c497 case IPPROTO_GRE :
1784 case IPPROTO_GRE :
8500 case IPPROTO_GRE : /* 47 */
/f-stack/freebsd/netinet6/
H A Dip6_gre.c383 sc->gre_oip6.ip6_nxt = IPPROTO_GRE; in in6_gre_attach()
556 .proto = IPPROTO_GRE,
H A Din6_proto.c297 .pr_protocol = IPPROTO_GRE,
/f-stack/freebsd/netinet/
H A Dip_gre.c379 sc->gre_oip.ip_p = IPPROTO_GRE; in in_gre_attach()
561 .proto = IPPROTO_GRE,
H A Din_proto.c249 .pr_protocol = IPPROTO_GRE,
H A Din.h185 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/f-stack/tools/compat/include/netinet/
H A Din.h168 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/f-stack/dpdk/lib/librte_net/
H A Drte_net.c132 case IPPROTO_GRE: { in ptype_tunnel()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c1364 case IPPROTO_GRE: { in LibAliasInLocked()
1518 case IPPROTO_GRE: { in LibAliasOutLocked()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c987 IPPROTO_GRE); in flow_verbs_translate_item_gre()
991 IPPROTO_GRE); in flow_verbs_translate_item_gre()
H A Dmlx5_flow.c2481 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_gre()
2698 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_nvgre()
H A Dmlx5_flow_dv.c3342 ipv4->next_proto_id = IPPROTO_GRE; in flow_dv_convert_encap_data()
3344 ipv6->proto = IPPROTO_GRE; in flow_dv_convert_encap_data()
6946 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, IPPROTO_GRE); in flow_dv_translate_item_gre()
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c145 { "gre", IPPROTO_GRE, PF_INET },
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c908 } else if (info.l4_proto == IPPROTO_GRE) { in pkt_burst_checksum_forward()
H A Dcmdline_flow.c5367 .next_proto_id = IPPROTO_GRE, in parse_vc_action_mplsogre_encap()
5374 .proto = IPPROTO_GRE, in parse_vc_action_mplsogre_encap()
5468 .next_proto_id = IPPROTO_GRE, in parse_vc_action_mplsogre_decap()
5473 .proto = IPPROTO_GRE, in parse_vc_action_mplsogre_decap()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c952 rule->key_conf.spec.outer_proto = IPPROTO_GRE; in hns3_parse_nvgre()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1665 case IPPROTO_GRE: /* RFC 1701 */ in ipfw_chk()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c2768 proto.ip_proto = IPPROTO_GRE; in dpaa2_configure_flow_gre()