Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_source.c93 struct ng_source_embed_info embed_timestamp; member
447 bcopy(embed, &sc->embed_timestamp, sizeof(*embed)); in ng_source_rcvmsg()
461 bcopy(&sc->embed_timestamp, embed, sizeof(*embed)); in ng_source_rcvmsg()
886 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod()
919 ts = &sc->embed_timestamp; in ng_source_dup_mod()