Searched refs:encap_type (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_input.c41 int encap_type)
45 return xfrm_input(skb, nexthdr, spi, encap_type);
85 __u16 encap_type = up->encap_type; local
88 if (!encap_type)
102 switch (encap_type) {
155 return xfrm4_rcv_encap(skb, IPPROTO_ESP, 0, encap_type);
40 xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type) argument
H A Desp4.c172 int encap_type; local
177 encap_type = encap->encap_type;
186 switch (encap_type) {
577 switch (encap->encap_type) {
H A Dudp.c1351 if (up->encap_type) {
1716 up->encap_type = val;
1803 val = up->encap_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_input.c105 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type) argument
117 /* A negative encap_type indicates async resumption. */
118 if (encap_type < 0) {
170 if ((x->encap ? x->encap->encap_type : 0) != encap_type) {
207 encap_type = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dudp.h63 __u16 encap_type; /* Is this an Encapsulation socket? */ member in struct:udp_sock
H A Dxfrm.h235 __u16 encap_type; member in struct:xfrm_encap_tmpl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dxfrm.h163 __u16 encap_type; member in struct:xfrm_encap_tmpl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c616 switch (e->encap_type) {
624 fprintf(fp, "%u ", e->encap_type);
H A Dxfrm_state.c274 xfrm_encap_type_parse(&encap.encap_type, &argc, &argv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.c1109 (udp_sk(sk))->encap_type = 0;
1384 udp_sk(sk)->encap_type = UDP_ENCAP_L2TPINUDP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h1390 int encap_type);
1398 int encap_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c770 if (natt && natt->encap_type) {
955 if (natt && natt->encap_type) {
963 n_type->sadb_x_nat_t_type_type = natt->encap_type;
1224 natt->encap_type = n_type->sadb_x_nat_t_type_type;

Completed in 120 milliseconds