Lines Matching refs:sk_buff

41 static inline struct net *skb_net(const struct sk_buff *skb)  in skb_net()
69 static inline struct net *skb_sknet(const struct sk_buff *skb) in skb_sknet()
116 static inline void *frag_safe_skb_hp(const struct sk_buff *skb, int offset, in frag_safe_skb_hp()
140 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb()
426 struct sk_buff;
444 int (*conn_schedule)(int af, struct sk_buff *skb,
451 const struct sk_buff *skb,
457 const struct sk_buff *skb,
461 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
464 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
467 int (*csum_check)(int af, struct sk_buff *skb,
473 const struct sk_buff *skb,
483 const struct sk_buff *skb,
561 int (*packet_xmit)(struct sk_buff *skb, struct ip_vs_conn *cp,
751 const struct sk_buff *skb,
763 int (*fill_param)(struct ip_vs_conn_param *p, struct sk_buff *skb);
792 struct sk_buff *, int *diff);
799 struct sk_buff *, int *diff);
818 int (*conn_schedule)(struct sk_buff *skb, struct ip_vs_app *app,
822 (*conn_in_get)(const struct sk_buff *skb, struct ip_vs_app *app,
826 (*conn_out_get)(const struct sk_buff *skb, struct ip_vs_app *app,
830 const struct sk_buff *skb,
1182 struct ip_vs_conn * ip_vs_conn_in_get_proto(int af, const struct sk_buff *skb,
1188 struct ip_vs_conn * ip_vs_conn_out_get_proto(int af, const struct sk_buff *skb,
1312 int ip_vs_app_pkt_out(struct ip_vs_conn *, struct sk_buff *skb);
1313 int ip_vs_app_pkt_in(struct ip_vs_conn *, struct sk_buff *skb);
1337 const struct sk_buff *skb, int offset,
1359 ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb,
1362 int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
1422 int ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1424 int ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1426 int ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1428 int ip_vs_tunnel_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1430 int ip_vs_dr_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1432 int ip_vs_icmp_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
1438 int ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
1440 int ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
1442 int ip_vs_tunnel_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
1444 int ip_vs_dr_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
1446 int ip_vs_icmp_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp,
1493 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1497 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1501 __sum16 ip_vs_checksum_complete(struct sk_buff *skb, int offset);
1529 static inline void ip_vs_notrack(struct sk_buff *skb) in ip_vs_notrack()
1557 void ip_vs_update_conntrack(struct sk_buff *skb, struct ip_vs_conn *cp,
1559 int ip_vs_confirm_conntrack(struct sk_buff *skb);
1560 void ip_vs_nfct_expect_related(struct sk_buff *skb, struct nf_conn *ct,
1572 static inline void ip_vs_update_conntrack(struct sk_buff *skb, in ip_vs_update_conntrack()
1577 static inline int ip_vs_confirm_conntrack(struct sk_buff *skb) in ip_vs_confirm_conntrack()