Home
last modified time | relevance | path

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

/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c508 calc_rtt(struct test_pkt *tpp, struct rtt *rttp) in calc_rtt() argument
511 timespecsub(&tpp->tss[1].recvd, &tpp->tss[0].sent, &rttp->a2b); in calc_rtt()
512 timespecsub(&tpp->tss[0].recvd, &tpp->tss[1].sent, &rttp->b2a); in calc_rtt()
514 timespecsub(&tpp->tss[0].recvd, &tpp->tss[0].sent, &rttp->e2e); in calc_rtt()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c321 struct trace_params tp, *tpp; in t4_set_tracer() local
343 tpp = NULL; in t4_set_tracer()
379 tpp = &tp; in t4_set_tracer()
382 rc = -t4_set_trace_filter(sc, tpp, t->idx, t->enabled); in t4_set_tracer()
H A Dt4_filter.c389 struct tp_params *tpp = &sc->params.tp; in check_fspec_against_fconf_iconf() local
414 if (tpp->vnic_mode != FW_VNIC_MODE_OUTER_VLAN) in check_fspec_against_fconf_iconf()
420 if (tpp->vnic_mode != FW_VNIC_MODE_PF_VF) in check_fspec_against_fconf_iconf()
427 if (tpp->vnic_mode != FW_VNIC_MODE_ENCAP_EN); in check_fspec_against_fconf_iconf()
439 if ((tpp->filter_mode | fconf) != tpp->filter_mode) in check_fspec_against_fconf_iconf()
H A Dt4_main.c10803 struct tp_params *tpp = &sc->params.tp; in sysctl_tp_la_mask() local
10807 mask = tpp->la_mask >> 16; in sysctl_tp_la_mask()
10817 tpp->la_mask = mask << 16; in sysctl_tp_la_mask()
10819 tpp->la_mask); in sysctl_tp_la_mask()
/freebsd/usr.bin/netstat/
H A Dmain.c882 struct protox **tpp, *tp; in knownname() local
884 for (tpp = protoprotox; *tpp; tpp++) in knownname()
885 for (tp = *tpp; tp->pr_name; tp++) in knownname()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9655 struct tp_params *tpp = &adap->params.tp; in read_filter_mode_and_ingress_config() local
9666 tpp->filter_mode = G_FW_PARAMS_PARAM_FILTER_MODE(val[0]); in read_filter_mode_and_ingress_config()
9667 tpp->filter_mask = G_FW_PARAMS_PARAM_FILTER_MASK(val[0]); in read_filter_mode_and_ingress_config()
9668 tpp->vnic_mode = val[1]; in read_filter_mode_and_ingress_config()
9675 tpp->filter_mode = v & 0xffff; in read_filter_mode_and_ingress_config()
9684 tpp->filter_mask = hashmask_to_filtermask(hash_mask, in read_filter_mode_and_ingress_config()
9685 tpp->filter_mode); in read_filter_mode_and_ingress_config()
9689 tpp->vnic_mode = FW_VNIC_MODE_PF_VF; in read_filter_mode_and_ingress_config()
9691 tpp->vnic_mode = FW_VNIC_MODE_OUTER_VLAN; in read_filter_mode_and_ingress_config()
9699 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE); in read_filter_mode_and_ingress_config()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c230 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument
232 ASSERT(*tpp != NULL); in txg_thread_exit()
233 *tpp = NULL; in txg_thread_exit()
/freebsd/sbin/ping/
H A Dping6.c1539 struct tv32 tpp; in pr_pack() local
1584 memcpy(&tpp, icp + 1, sizeof(tpp)); in pr_pack()
1585 tp.tv_sec = ntohl(tpp.tv32_sec); in pr_pack()
1586 tp.tv_nsec = ntohl(tpp.tv32_nsec); in pr_pack()
/freebsd/contrib/nvi/ex/
H A Dex_tag.c631 tag_copy(SCR *sp, TAG *otp, TAG **tpp) in tag_copy() argument
653 *tpp = tp; in tag_copy()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2491 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument
2492 _nc_setupterm_ex(tpp, name, fd, err, reuse)
2499 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument
/freebsd/sys/netinet/
H A Dsctp_output.c7070 struct sctp_tmit_chunk *tpp; in sctp_clean_up_datalist() local
7074 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next); in sctp_clean_up_datalist()
7075 if (tpp == NULL) { in sctp_clean_up_datalist()
7079 tp1 = tpp; in sctp_clean_up_datalist()