Home
last modified time | relevance | path

Searched refs:dlt (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c241 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) in bpf_attachd() argument
274 if (dlt != -1 && dlt != nicdlt) { in bpf_attachd()
711 int dlt; in bpfwrite() local
739 dlt = d->bd_dlt; in bpfwrite()
745 if (dlt == DLT_IPNET) { in bpfwrite()
750 error = bpf_movein(uio, dlt, mtu, &m); in bpfwrite()
754 DTRACE_PROBE4(bpf__tx, struct bpf_d *, d, int, dlt, in bpfwrite()
1773 int dlt; in bpf_setdlt() local
1775 if (copyin(addr, &dlt, sizeof (dlt)) != 0) in bpf_setdlt()
1784 if (d->bd_dlt == dlt) { /* NULL-op */ in bpf_setdlt()
[all …]
/titanic_41/usr/src/uts/common/io/bpf/net/
H A DMakefile31 HDRS= bpf.h bpfdesc.h dlt.h
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.c141 double dlt; in print_flow_stats() local
155 dlt = (double)fcurr->diffstats.snaptime/(double)NANOSEC; in print_flow_stats()
156 ikbs = fcurr->diffstats.rbytes * 8 / dlt / 1024; in print_flow_stats()
157 okbs = fcurr->diffstats.obytes * 8 / dlt / 1024; in print_flow_stats()
158 ipks = fcurr->diffstats.ipackets / dlt; in print_flow_stats()
159 opks = fcurr->diffstats.opackets / dlt; in print_flow_stats()
226 double dlt; in print_link_stats() local
241 dlt = (double)fcurr->diffstats.snaptime/(double)NANOSEC; in print_link_stats()
242 ikbs = (double)fcurr->diffstats.rbytes * 8 / dlt / 1024; in print_link_stats()
243 okbs = (double)fcurr->diffstats.obytes * 8 / dlt / 1024; in print_link_stats()
[all …]
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4245 struct dlist *dlt, *dl; in g_get_port_multipath() local
4249 dl = *dlh = dlt = (struct dlist *)NULL; in g_get_port_multipath()
4279 *dlh = dlt = dl; in g_get_port_multipath()
4281 dlt->next = dl; in g_get_port_multipath()
4282 dl->prev = dlt; in g_get_port_multipath()
4283 dlt = dl; in g_get_port_multipath()
4349 struct dlist *dl = NULL, *dlt = NULL; in get_multipath_disk() local
4395 dl = dlt->next; in get_multipath_disk()
4396 g_destroy_data(dlt); in get_multipath_disk()
4397 dlt = dl; in get_multipath_disk()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Ddriver-network-bpf.mf47 file path=usr/include/net/dlt.h
/titanic_41/usr/src/lib/storage/liba5k/common/
H A Dmon.c4960 struct dlist *dlt, *dl; in l_get_allses() local
4967 *ses_list = dlt = dl = (struct dlist *)NULL; in l_get_allses()
4993 dl = dlt->next; in l_get_allses()
4994 (void) g_destroy_data(dlt); in l_get_allses()
4995 dlt = dl; in l_get_allses()
5004 *ses_list = dlt = dl; in l_get_allses()
5006 dlt->next = dl; in l_get_allses()
5007 dl->prev = dlt; in l_get_allses()
5008 dlt = dl; in l_get_allses()