Searched refs:pskb (Results 51 - 75 of 124) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_helper.h32 int (*help)(struct sk_buff **pskb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_nat.c64 ebt_nat_dst(unsigned int hook, struct sk_buff **pskb, const struct net_device *in argument
67 return ebt_do_table(hook, pskb, in, out, &frame_nat);
71 ebt_nat_src(unsigned int hook, struct sk_buff **pskb, const struct net_device *in argument
74 return ebt_do_table(hook, pskb, in, out, &frame_nat);
H A Debt_arpreply.c18 static int ebt_target_reply(struct sk_buff **pskb, unsigned int hooknr, argument
26 struct sk_buff *skb = *pskb;
H A Debtable_filter.c64 ebt_hook (unsigned int hook, struct sk_buff **pskb, const struct net_device *in, argument
67 return ebt_do_table(hook, pskb, in, out, &frame_filter);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_app.c330 static inline int app_tcp_pkt_out(struct ip_vs_conn *cp, struct sk_buff **pskb, argument
334 const unsigned int tcp_offset = ip_hdrlen(*pskb);
338 if (!ip_vs_make_skb_writable(pskb, tcp_offset + sizeof(*th)))
341 th = (struct tcphdr *)(skb_network_header(*pskb) + tcp_offset);
362 if (!app->pkt_out(app, cp, pskb, &diff))
380 int ip_vs_app_pkt_out(struct ip_vs_conn *cp, struct sk_buff **pskb) argument
393 return app_tcp_pkt_out(cp, pskb, app);
401 return app->pkt_out(app, cp, pskb, NULL);
405 static inline int app_tcp_pkt_in(struct ip_vs_conn *cp, struct sk_buff **pskb, argument
409 const unsigned int tcp_offset = ip_hdrlen(*pskb);
455 ip_vs_app_pkt_in(struct ip_vs_conn *cp, struct sk_buff **pskb) argument
[all...]
H A Dip_vs_core.c166 int ip_vs_make_skb_writable(struct sk_buff **pskb, int writable_len) argument
168 struct sk_buff *skb = *pskb;
195 if ((*pskb)->sk)
196 skb_set_owner_w(skb, (*pskb)->sk);
197 kfree_skb(*pskb);
198 *pskb = skb;
528 struct sk_buff **pskb,
533 if (!((*pskb)->ipvs_property))
608 static int ip_vs_out_icmp(struct sk_buff **pskb, int *related) argument
610 struct sk_buff *skb = *pskb;
527 ip_vs_post_routing(unsigned int hooknum, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
727 ip_vs_out(unsigned int hooknum, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
850 ip_vs_in_icmp(struct sk_buff **pskb, int *related, unsigned int hooknum) argument
948 ip_vs_in(unsigned int hooknum, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
1059 ip_vs_forward_icmp(unsigned int hooknum, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_proto_gre.c103 gre_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, argument
109 struct iphdr *iph = (struct iphdr *)((*pskb)->data + iphdroff);
114 if (!skb_make_writable(pskb, hdroff + sizeof(*pgreh) - 8))
117 greh = (void *)(*pskb)->data + hdroff;
H A Dnf_nat_proto_unknown.c40 unknown_manip_pkt(struct sk_buff **pskb, argument
H A Dnf_nat_amanda.c27 static unsigned int help(struct sk_buff **pskb, argument
56 ret = nf_nat_mangle_udp_packet(pskb, exp->master, ctinfo,
H A Dnf_nat_rule.c70 static unsigned int ipt_snat_target(struct sk_buff **pskb, argument
83 ct = nf_ct_get(*pskb, &ctinfo);
112 static unsigned int ipt_dnat_target(struct sk_buff **pskb, argument
126 ct = nf_ct_get(*pskb, &ctinfo);
133 warn_if_extra_mangle(ip_hdr(*pskb)->daddr,
209 int nf_nat_rule_find(struct sk_buff **pskb, argument
217 ret = ipt_do_table(pskb, hooknum, in, out, &nat_table);
H A Dipt_REDIRECT.c51 redirect_target(struct sk_buff **pskb, argument
67 ct = nf_ct_get(*pskb, &ctinfo);
80 indev = __in_dev_get_rcu((*pskb)->dev);
H A Dipt_MASQUERADE.c57 masquerade_target(struct sk_buff **pskb, argument
74 ct = nf_ct_get(*pskb, &ctinfo);
81 nat->info.nat_type |= ((*pskb)->nfcache & NFC_IP_CONE_NAT) ? NFC_IP_CONE_NAT:0;
90 rt = (struct rtable *)(*pskb)->dst;
H A Darptable_filter.c59 struct sk_buff **pskb,
64 return arpt_do_table(pskb, hook, in, out, &packet_filter);
58 arpt_hook(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
H A Dnf_nat_irc.c32 static unsigned int help(struct sk_buff **pskb, argument
66 ret = nf_nat_mangle_tcp_packet(pskb, exp->master, ctinfo,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_filter.c63 struct sk_buff **pskb,
68 return ip6t_do_table(pskb, hook, in, out, &packet_filter);
73 struct sk_buff **pskb,
79 return ip6t_do_table(pskb, hook, in, out, &packet_filter);
62 ip6t_hook(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
72 ip6t_local_out_hook(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
H A Dip6table_raw.c51 struct sk_buff **pskb,
56 return ip6t_do_table(pskb, hook, in, out, &packet_raw);
50 ip6t_hook(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
H A Dip6t_REJECT.c176 static unsigned int reject6_target(struct sk_buff **pskb, argument
191 send_unreach(*pskb, ICMPV6_NOROUTE, hooknum);
194 send_unreach(*pskb, ICMPV6_ADM_PROHIBITED, hooknum);
197 send_unreach(*pskb, ICMPV6_NOT_NEIGHBOUR, hooknum);
200 send_unreach(*pskb, ICMPV6_ADDR_UNREACH, hooknum);
203 send_unreach(*pskb, ICMPV6_PORT_UNREACH, hooknum);
209 send_reset(*pskb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_irc.c32 unsigned int (*nf_nat_irc_hook)(struct sk_buff **pskb,
93 static int help(struct sk_buff **pskb, unsigned int protoff, argument
119 th = skb_header_pointer(*pskb, protoff, sizeof(_tcph), &_tcph);
125 if (dataoff >= (*pskb)->len)
129 ib_ptr = skb_header_pointer(*pskb, dataoff, (*pskb)->len - dataoff,
134 data_limit = ib_ptr + (*pskb)->len - dataoff;
195 ret = nf_nat_irc(pskb, ctinfo,
H A Dxt_CLASSIFY.c29 target(struct sk_buff **pskb, argument
38 (*pskb)->priority = clinfo->priority;
H A Dxt_NFLOG.c23 nflog_target(struct sk_buff **pskb, argument
36 nf_log_packet(target->family, hooknum, *pskb, in, out, &li,
H A Dnf_conntrack_netbios_ns.c45 static int help(struct sk_buff **pskb, unsigned int protoff, argument
49 struct iphdr *iph = ip_hdr(*pskb);
50 struct rtable *rt = (struct rtable *)(*pskb)->dst;
55 if ((*pskb)->sk == NULL)
97 nf_ct_refresh(ct, *pskb, timeout * HZ);
H A Dnf_conntrack_sip.c41 unsigned int (*nf_nat_sip_hook)(struct sk_buff **pskb,
47 unsigned int (*nf_nat_sdp_hook)(struct sk_buff **pskb,
364 static int set_expected_rtp(struct sk_buff **pskb, argument
386 ret = nf_nat_sdp(pskb, ctinfo, exp, dptr);
398 static int sip_help(struct sk_buff **pskb, argument
415 if (dataoff >= (*pskb)->len)
418 nf_ct_refresh(ct, *pskb, sip_timeout * HZ);
420 if (!skb_is_nonlinear(*pskb))
421 dptr = (*pskb)->data + dataoff;
429 if (!nf_nat_sip(pskb, ctinf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter.h187 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb,
199 struct sk_buff **pskb,
211 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh);
214 static inline int nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, argument
218 return nf_hook_thresh(pf, hook, pskb, indev, outdev, okfn, INT_MIN, 1);
289 extern int skb_make_writable(struct sk_buff **pskb, unsigned int writable_len);
373 struct sk_buff **pskb,
379 return okfn(*pskb);
381 static inline int nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, argument
198 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
372 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtunnel6.c90 static int tunnel6_rcv(struct sk_buff **pskb) argument
92 struct sk_buff *skb = *pskb;
109 static int tunnel46_rcv(struct sk_buff **pskb) argument
111 struct sk_buff *skb = *pskb;
H A Dudplite.c20 static int udplitev6_rcv(struct sk_buff **pskb) argument
22 return __udp6_lib_rcv(pskb, udplite_hash, IPPROTO_UDPLITE);

Completed in 185 milliseconds

12345