Searched refs:mangle (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | arpt_mangle.c | 10 const struct arpt_mangle *mangle = targinfo; in target() local 32 if (mangle->flags & ARPT_MANGLE_SDEV) { in target() 36 memcpy(arpptr, mangle->src_devaddr, hln); in target() 39 if (mangle->flags & ARPT_MANGLE_SIP) { in target() 43 memcpy(arpptr, &mangle->u_s.src_ip, pln); in target() 46 if (mangle->flags & ARPT_MANGLE_TDEV) { in target() 50 memcpy(arpptr, mangle->tgt_devaddr, hln); in target() 53 if (mangle->flags & ARPT_MANGLE_TIP) { in target() 57 memcpy(arpptr, &mangle->u_t.tgt_ip, pln); in target() 59 return mangle->target; in target() [all …]
|
D | ip_nat_ftp.c | 147 static int (*mangle[])(struct sk_buff **, u_int32_t, u_int16_t, variable 208 if (!mangle[exp_ftp_info->ftptype](pskb, newip, port, in ftp_data_fixup()
|
/linux-2.4.37.9/fs/umsdos/ |
D | Makefile | 11 obj-y := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.o
|
/linux-2.4.37.9/fs/ |
D | namespace.c | 186 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 223 mangle(m, mnt->mnt_devname ? mnt->mnt_devname : "none"); in show_vfsmnt() 225 mangle(m, path); in show_vfsmnt() 228 mangle(m, mnt->mnt_sb->s_type->name); in show_vfsmnt()
|
/linux-2.4.37.9/fs/nfsd/ |
D | export.c | 666 static inline void mangle(struct seq_file *m, const char *s) in mangle() function 685 mangle(m, exp->ex_path); in e_show() 687 mangle(m, clp->cl_ident); in e_show()
|
/linux-2.4.37.9/include/linux/ |
D | umsdos_fs.p | 55 /* mangle.c 25/01/95 02.25.38 */
|
/linux-2.4.37.9/fs/hfs/ |
D | ChangeLog | 532 Don't mangle the name .AppleDesktop under fork=netatalk.
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 3091 This option adds a `mangle' table to iptables: see the man page for 3101 the iptables mangle table. The selected packet has the DSCP field set 3115 This option adds a `ECN' target, which can be used in the iptables mangle 3131 the `mangle' table which alter the Type Of Service field of an IP 3140 in the `mangle' table which alter the netfilter mark (nfmark) field 3324 This option adds a `mangle' table to iptables: see the man page for 3334 in the `mangle' table which alter the netfilter mark (nfmark) field
|