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.c320 struct trace_params tp, *tpp; in t4_set_tracer()
342 tpp = NULL; in t4_set_tracer()
378 tpp = &tp; in t4_set_tracer()
381 rc = -t4_set_trace_filter(sc, tpp, t->idx, t->enabled); in t4_set_tracer()
321 struct trace_params tp, *tpp; t4_set_tracer() local
H A Dt4_filter.c426 struct tp_params *tpp = &sc->params.tp; in check_fspec_against_fconf_iconf()
451 if (tpp->vnic_mode != FW_VNIC_MODE_OUTER_VLAN) in fconf_to_mode()
456 if (tpp->vnic_mode != FW_VNIC_MODE_PF_VF) in fconf_to_mode()
462 if (tpp->vnic_mode != FW_VNIC_MODE_ENCAP_EN); in fconf_to_mode()
494 if (tpp->vnic_mode != FW_VNIC_MODE_OUTER_VLAN) in get_filter_mode()
499 if (tpp->vnic_mode != FW_VNIC_MODE_PF_VF) in get_filter_mode()
505 if (tpp->vnic_mode != FW_VNIC_MODE_ENCAP_EN); in get_filter_mode()
515 if ((tpp->filter_mode | fconf) != tpp->filter_mode) in set_filter_mode()
389 struct tp_params *tpp = &sc->params.tp; check_fspec_against_fconf_iconf() local
H A Dt4_main.c11809 struct tp_params *tpp = &sc->params.tp; in sysctl_tp_la_mask() local
11813 mask = tpp->la_mask >> 16; in sysctl_tp_la_mask()
11823 tpp->la_mask = mask << 16; in sysctl_tp_la_mask()
11825 tpp->la_mask); in sysctl_tp_la_mask()
/freebsd/usr.bin/netstat/
H A Dmain.c877 struct protox **tpp, *tp; in knownname() local
879 for (tpp = protoprotox; *tpp; tpp++) in knownname()
880 for (tp = *tpp; tp->pr_name; tp++) in knownname()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c13011 struct tp_params *tpp = &adap->params.tp; in read_filter_mode_and_ingress_config() local
13022 tpp->filter_mode = G_FW_PARAMS_PARAM_FILTER_MODE(val[0]); in read_filter_mode_and_ingress_config()
13023 tpp->filter_mask = G_FW_PARAMS_PARAM_FILTER_MASK(val[0]); in read_filter_mode_and_ingress_config()
13024 tpp->vnic_mode = val[1]; in read_filter_mode_and_ingress_config()
13031 tpp->filter_mode = v & 0xffff; in read_filter_mode_and_ingress_config()
13048 tpp->filter_mask = hashmask_to_filtermask(adap, hash_mask, in read_filter_mode_and_ingress_config()
13049 tpp->filter_mode); in read_filter_mode_and_ingress_config()
13053 tpp->vnic_mode = FW_VNIC_MODE_PF_VF; in read_filter_mode_and_ingress_config()
13055 tpp->vnic_mode = FW_VNIC_MODE_OUTER_VLAN; in read_filter_mode_and_ingress_config()
13064 tpp->ipsecidx_shift = t4_filter_field_shift(adap, F_IPSECIDX); in read_filter_mode_and_ingress_config()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument
234 ASSERT(*tpp != NULL); in txg_thread_exit()
235 *tpp = NULL; in txg_thread_exit()
/freebsd/sbin/ping/
H A Dping6.c1541 struct tv32 tpp; in pr_pack() local
1586 memcpy(&tpp, icp + 1, sizeof(tpp)); in pr_pack()
1587 tp.tv_sec = ntohl(tpp.tv32_sec); in pr_pack()
1588 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.h2553 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument
2554 _nc_setupterm_ex(tpp, name, fd, err, reuse)
2561 #define TINFO_SETUP_TERM(tpp, name, fd, err, reuse) \ argument
/freebsd/sys/netinet/
H A Dsctp_output.c7068 struct sctp_tmit_chunk *tpp; in sctp_clean_up_datalist() local
7072 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next); in sctp_clean_up_datalist()
7073 if (tpp == NULL) { in sctp_clean_up_datalist()
7077 tp1 = tpp; in sctp_clean_up_datalist()