Searched refs:IPPROTO_GRE (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/net/ipv4/ |
D | gre.c | 125 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { in gre_init() 135 inet_del_protocol(&net_gre_protocol, IPPROTO_GRE); in gre_exit()
|
D | xfrm4_policy.c | 169 case IPPROTO_GRE: in _decode_session4()
|
D | ip_gre.c | 882 iph->protocol = IPPROTO_GRE; in ipgre_tunnel_xmit() 1033 if (p.iph.version != 4 || p.iph.protocol != IPPROTO_GRE || in ipgre_tunnel_ioctl() 1322 iph->protocol = IPPROTO_GRE; in ipgre_fb_tunnel_init() 1449 parms->iph.protocol = IPPROTO_GRE; in ipgre_netlink_parms()
|
/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_pptp.c | 184 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings() 192 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings() 221 IPPROTO_GRE, &peer_callid, &callid); in exp_gre() 230 IPPROTO_GRE, &callid, &peer_callid); in exp_gre()
|
D | nf_conntrack_proto_gre.c | 344 .l4proto = IPPROTO_GRE,
|
/linux-3.4.99/net/ipv4/netfilter/ |
D | nf_nat_proto_gre.c | 121 .protonum = IPPROTO_GRE,
|
D | nf_nat_pptp.c | 64 t.dst.protonum = IPPROTO_GRE; in pptp_nat_expected() 73 t.dst.protonum = IPPROTO_GRE; in pptp_nat_expected()
|
/linux-3.4.99/net/core/ |
D | flow_dissector.c | 99 case IPPROTO_GRE: { in skb_flow_dissect()
|
/linux-3.4.99/drivers/net/ppp/ |
D | pptp.c | 195 0, 0, IPPROTO_GRE, in pptp_xmit() 271 iph->protocol = IPPROTO_GRE; in pptp_xmit() 475 IPPROTO_GRE, RT_CONN_FLAGS(sk), 0); in pptp_connect()
|
/linux-3.4.99/include/linux/ |
D | in.h | 37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
|
/linux-3.4.99/include/net/ |
D | route.h | 164 fl4->flowi4_proto = IPPROTO_GRE; in ip_route_output_gre()
|
D | xfrm.h | 859 case IPPROTO_GRE: in xfrm_flowi_sport() 883 case IPPROTO_GRE: in xfrm_flowi_dport()
|