Searched refs:IPPROTO_GRE (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | in.h | 54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator 55 #define IPPROTO_GRE IPPROTO_GRE macro
|
/linux-4.4.14/net/ipv4/ |
D | gre_demux.c | 117 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { in gre_init() 126 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE); in gre_exit()
|
D | ip_gre.c | 214 skb_checksum_try_convert(skb, IPPROTO_GRE, 0, in parse_gre_header() 353 skb->dev->ifindex, 0, IPPROTO_GRE, 0); in gre_err() 358 IPPROTO_GRE, 0); in gre_err() 518 fl->flowi4_proto = IPPROTO_GRE; in gre_get_rt() 571 key->u.ipv4.dst, IPPROTO_GRE, in gre_fb_xmit() 682 if (p.iph.version != 4 || p.iph.protocol != IPPROTO_GRE || in ipgre_tunnel_ioctl() 841 tunnel->parms.iph.protocol = IPPROTO_GRE; in __gre_tunnel_init() 965 parms->iph.protocol = IPPROTO_GRE; in ipgre_netlink_parms()
|
D | gre_offload.c | 176 skb_gro_checksum_try_convert(skb, IPPROTO_GRE, 0, in gre_gro_receive() 267 return inet_add_offload(&gre_offload, IPPROTO_GRE); in gre_offload_init()
|
D | xfrm4_policy.c | 189 case IPPROTO_GRE: in _decode_session4()
|
/linux-4.4.14/samples/bpf/ |
D | sockex2_kern.c | 71 if (*ip_proto != IPPROTO_GRE) { in parse_ip() 126 case IPPROTO_GRE: { in flow_dissector()
|
D | sockex3_kern.c | 145 case IPPROTO_GRE: { in parse_ip_proto() 204 if (ip_proto != IPPROTO_GRE) { in PROG()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_pptp.c | 187 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings() 195 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings() 224 IPPROTO_GRE, &peer_callid, &callid); in exp_gre() 233 IPPROTO_GRE, &callid, &peer_callid); in exp_gre()
|
D | nf_conntrack_proto_generic.c | 29 case IPPROTO_GRE: in nf_generic_should_process()
|
D | nf_conntrack_proto_gre.c | 366 .l4proto = IPPROTO_GRE,
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_proto_gre.c | 123 .l4proto = IPPROTO_GRE,
|
D | nf_nat_pptp.c | 65 t.dst.protonum = IPPROTO_GRE; in pptp_nat_expected() 74 t.dst.protonum = IPPROTO_GRE; in pptp_nat_expected()
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 197 0, 0, IPPROTO_GRE, in pptp_xmit() 273 iph->protocol = IPPROTO_GRE; in pptp_xmit() 494 IPPROTO_GRE, RT_CONN_FLAGS(sk), 0); in pptp_connect()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_gre.c | 787 fl6.flowi6_proto = IPPROTO_GRE; in ip6gre_xmit_ipv4() 837 fl6.flowi6_proto = IPPROTO_GRE; in ip6gre_xmit_ipv6() 1040 u->proto = IPPROTO_GRE; in ip6gre_tnl_parm_to_user() 1704 err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE); in ip6gre_init() 1724 inet6_del_protocol(&ip6gre_protocol, IPPROTO_GRE); in ip6gre_init() 1734 inet6_del_protocol(&ip6gre_protocol, IPPROTO_GRE); in ip6gre_fini()
|
/linux-4.4.14/include/net/ |
D | route.h | 172 fl4->flowi4_proto = IPPROTO_GRE; in ip_route_output_gre()
|
D | xfrm.h | 875 case IPPROTO_GRE: in xfrm_flowi_sport() 899 case IPPROTO_GRE: in xfrm_flowi_dport()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 742 case IPPROTO_GRE: in fm10k_tx_encap_offload() 883 case IPPROTO_GRE: in fm10k_tx_csum()
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 350 case IPPROTO_GRE: { in __skb_flow_dissect()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 2318 case IPPROTO_GRE: in i40e_tx_enable_csum()
|