taglinefilesource code
ip_masq48include/net/ip_masq.hstruct ip_masq  *m_link, *s_link; /* hashed link ptrs */
ip_masq79include/net/ip_masq.hextern struct ip_masq *ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned flags);
ip_masq80include/net/ip_masq.hextern void ip_masq_set_expire(struct ip_masq *ms, unsigned long tout);
ip_masq95include/net/ip_masq.h(struct ip_masq_app *, struct ip_masq *);
ip_masq97include/net/ip_masq.h(struct ip_masq_app *, struct ip_masq *);
ip_masq99include/net/ip_masq.h(struct ip_masq_app *, struct ip_masq *, struct sk_buff **, struct device *);
ip_masq101include/net/ip_masq.h(struct ip_masq_app *, struct ip_masq *, struct sk_buff **, struct device *);
ip_masq123include/net/ip_masq.hextern struct ip_masq_app * ip_masq_bind_app(struct ip_masq *ms);
ip_masq124include/net/ip_masq.hextern int ip_masq_unbind_app(struct ip_masq *ms);
ip_masq130include/net/ip_masq.hextern int ip_masq_app_pkt_out(struct ip_masq *, struct sk_buff **skb_p, struct device *dev);
ip_masq131include/net/ip_masq.hextern int ip_masq_app_pkt_in(struct ip_masq *, struct sk_buff **skb_p, struct device *dev);
ip_masq82net/ipv4/ip_masq.cstruct ip_masq *ip_masq_m_tab[IP_MASQ_TAB_SIZE];
ip_masq83net/ipv4/ip_masq.cstruct ip_masq *ip_masq_s_tab[IP_MASQ_TAB_SIZE];
ip_masq103net/ipv4/ip_masq.cip_masq_hash(struct ip_masq *ms)
ip_masq136net/ipv4/ip_masq.cstatic __inline__ int ip_masq_unhash(struct ip_masq *ms)
ip_masq139net/ipv4/ip_masq.cstruct ip_masq ** ms_p;
ip_masq178net/ipv4/ip_masq.cstruct ip_masq *
ip_masq182net/ipv4/ip_masq.cstruct ip_masq *ms;
ip_masq211net/ipv4/ip_masq.cstruct ip_masq *
ip_masq215net/ipv4/ip_masq.cstruct ip_masq *ms;
ip_masq244net/ipv4/ip_masq.cstruct ip_masq *
ip_masq248net/ipv4/ip_masq.cstruct ip_masq *ms;
ip_masq261net/ipv4/ip_masq.cstruct ip_masq *ms = (struct ip_masq *)data;
ip_masq288net/ipv4/ip_masq.cstruct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags)
ip_masq290net/ipv4/ip_masq.cstruct ip_masq *ms, *mst;
ip_masq303net/ipv4/ip_masq.cms = (struct ip_masq *) kmalloc(sizeof(struct ip_masq), GFP_ATOMIC);
ip_masq377net/ipv4/ip_masq.cvoid ip_masq_set_expire(struct ip_masq *ms, unsigned long tout)
ip_masq402net/ipv4/ip_masq.cstruct ip_masq  *ms;
ip_masq518net/ipv4/ip_masq.cstruct ip_masq  *ms;
ip_masq615net/ipv4/ip_masq.cstruct ip_masq *ms;
ip_masq184net/ipv4/ip_masq_app.cstruct ip_masq_app * ip_masq_bind_app(struct ip_masq *ms)
ip_masq209net/ipv4/ip_masq_app.cint ip_masq_unbind_app(struct ip_masq *ms)
ip_masq291net/ipv4/ip_masq_app.cstatic __inline__ void masq_seq_update(struct ip_masq *ms, struct ip_masq_seq *ms_seq, unsigned mflag, __u32 seq, int diff)
ip_masq310net/ipv4/ip_masq_app.cint ip_masq_app_pkt_out(struct ip_masq *ms, struct sk_buff **skb_p, struct device *dev)
ip_masq373net/ipv4/ip_masq_app.cint ip_masq_app_pkt_in(struct ip_masq *ms, struct sk_buff **skb_p, struct device *dev)
ip_masq37net/ipv4/ip_masq_ftp.cmasq_ftp_init_1 (struct ip_masq_app *mapp, struct ip_masq *ms)
ip_masq44net/ipv4/ip_masq_ftp.cmasq_ftp_done_1 (struct ip_masq_app *mapp, struct ip_masq *ms)
ip_masq51net/ipv4/ip_masq_ftp.cmasq_ftp_out (struct ip_masq_app *mapp, struct ip_masq *ms, struct sk_buff **skb_p, struct device *dev)
ip_masq60net/ipv4/ip_masq_ftp.cstruct ip_masq *n_ms;
ip_masq38net/ipv4/ip_masq_irc.cmasq_irc_init_1 (struct ip_masq_app *mapp, struct ip_masq *ms)
ip_masq45net/ipv4/ip_masq_irc.cmasq_irc_done_1 (struct ip_masq_app *mapp, struct ip_masq *ms)
ip_masq52net/ipv4/ip_masq_irc.cmasq_irc_out (struct ip_masq_app *mapp, struct ip_masq *ms, struct sk_buff **skb_p, struct device *dev)
ip_masq60net/ipv4/ip_masq_irc.cstruct ip_masq *n_ms;