Searched refs:parent_nr (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/sys/net/dummynet/ |
| H A D | ip_dummynet.h | 270 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */ member 397 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */ member
|
| H A D | ip_dummynet.c | 1058 pipe = dn_find_pipe(fs->parent_nr); in dummynet_io() 1063 fs->parent_nr, fs->fs_nr); in dummynet_io() 1538 if (ioc_fs->parent_nr == 0) /* Need link to a pipe */ in config_pipe() 1544 x->parent_nr = ioc_fs->parent_nr; in config_pipe() 1552 if (ioc_fs->parent_nr != 0 && fs->parent_nr != ioc_fs->parent_nr) in config_pipe() 1783 ioc_fs->parent_nr = fs->parent_nr; in dn_copy_flowset()
|
| /dflybsd-src/sys/net/dummynet3/ |
| H A D | ip_dummynet3.h | 285 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */ member 412 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */ member
|
| H A D | ip_dummynet3.c | 1077 pipe = dn_find_pipe(fs->parent_nr); in dummynet_io() 1082 fs->parent_nr, fs->fs_nr); in dummynet_io() 1540 if (ioc_fs->parent_nr == 0) /* Need link to a pipe */ in config_pipe() 1546 x->parent_nr = ioc_fs->parent_nr; in config_pipe() 1554 if (ioc_fs->parent_nr != 0 && fs->parent_nr != ioc_fs->parent_nr) in config_pipe() 1762 ioc_fs->parent_nr = fs->parent_nr; in dn_copy_flowset()
|
| /dflybsd-src/sbin/ipfw3/ |
| H A D | ipfw3dummynet.c | 368 pipe.fs.parent_nr = strtoul(av[0], &end, 0); in config_dummynet() 382 if (pipe.fs.parent_nr == 0) in config_dummynet() 559 fs->fs_nr, fs->weight, fs->parent_nr); in show_pipes()
|
| /dflybsd-src/sbin/ipfw/ |
| H A D | ipfw2.c | 1483 fs->fs_nr, fs->weight, fs->parent_nr); in list_pipes() 2362 pipe.fs.parent_nr = strtoul(av[0], &end, 0); in config_pipe() 2376 if (pipe.fs.parent_nr == 0) in config_pipe()
|