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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dudp.h57 __u16 encap_type; /* Is this an Encapsulation socket? */ member in struct:udp_sock
H A Dxfrm.h225 __u16 encap_type; member in struct:xfrm_encap_tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_input.c56 int xfrm4_rcv_encap(struct sk_buff *skb, __u16 encap_type) argument
83 if ((x->encap ? x->encap->encap_type : 0) != encap_type)
96 encap_type = 0;
H A Dudp.c939 __u16 encap_type = up->encap_type;
947 if (!encap_type)
960 switch (encap_type) {
1040 if (up->encap_type) {
1060 ret = xfrm4_rcv_encap(skb, up->encap_type);
1352 up->encap_type = val;
1434 val = up->encap_type;
H A Desp4.c81 switch (encap->encap_type) {
409 switch (encap->encap_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dxfrm.h163 __u16 encap_type; member in struct:xfrm_encap_tmpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h993 extern int xfrm4_rcv_encap(struct sk_buff *skb, __u16 encap_type);
1002 static inline int xfrm4_rcv_encap(struct sk_buff *skb, __u16 encap_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c719 if (natt && natt->encap_type) {
959 if (natt && natt->encap_type) {
967 n_type->sadb_x_nat_t_type_type = natt->encap_type;
1207 natt->encap_type = n_type->sadb_x_nat_t_type_type;

Completed in 64 milliseconds