Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Diph.h145 uint32_t itp, otp; in update_outb_tun_tos() local
151 itp = get_ipv6_tc(((const struct rte_ipv6_hdr *)ref_h)-> in update_outb_tun_tos()
153 v6out_h->vtc_flow = set_ipv6_tc(v6out_h->vtc_flow, otp | itp); in update_outb_tun_tos()
158 itp = ((const struct rte_ipv4_hdr *)ref_h)->type_of_service & in update_outb_tun_tos()
160 v6out_h->vtc_flow = set_ipv6_tc(v6out_h->vtc_flow, otp | itp); in update_outb_tun_tos()
165 itp = get_ipv6_tc(((const struct rte_ipv6_hdr *)ref_h)-> in update_outb_tun_tos()
167 v4out_h->type_of_service = (otp | itp); in update_outb_tun_tos()
172 itp = ((const struct rte_ipv4_hdr *)ref_h)->type_of_service & in update_outb_tun_tos()
174 v4out_h->type_of_service = (otp | itp); in update_outb_tun_tos()
/f-stack/lib/
H A Dff_glue.c419 if (itp->it_value.tv_usec < usec) { in itimerdecr()
420 if (itp->it_value.tv_sec == 0) { in itimerdecr()
422 usec -= itp->it_value.tv_usec; in itimerdecr()
425 itp->it_value.tv_usec += 1000000; in itimerdecr()
426 itp->it_value.tv_sec--; in itimerdecr()
428 itp->it_value.tv_usec -= usec; in itimerdecr()
430 if (timevalisset(&itp->it_value)) in itimerdecr()
435 itp->it_value = itp->it_interval; in itimerdecr()
436 itp->it_value.tv_usec -= usec; in itimerdecr()
437 if (itp->it_value.tv_usec < 0) { in itimerdecr()
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_frag.c1152 ipf_frag_pkt_next(softc, token, itp) in ipf_frag_pkt_next() argument
1155 ipfgeniter_t *itp;
1160 return ipf_frag_next(softc, token, itp, &softf->ipfr_list,
1163 return ipf_frag_next(softc, token, itp, &softf->ipfr_list);
1179 ipf_frag_nat_next(softc, token, itp) in ipf_frag_nat_next() argument
1182 ipfgeniter_t *itp;
1211 ipf_frag_next(softc, token, itp, top in ipf_frag_next() argument
1218 ipfgeniter_t *itp;
1227 if (itp->igi_data == NULL) {
1232 if (itp->igi_nitems != 1) {
[all …]
H A Dip_auth.c880 ipf_auth_geniter(softc, token, itp, objp) in ipf_auth_geniter() argument
883 ipfgeniter_t *itp;
890 if (itp->igi_data == NULL) {
895 if (itp->igi_type != IPFGENITER_AUTH) {
901 objp->ipfo_ptr = itp->igi_data;
H A Dip_nat.c6597 ipf_nat_getnext(softc, t, itp, objp) in ipf_nat_getnext() argument
6600 ipfgeniter_t *itp;
6610 if (itp->igi_nitems != 1) {
6617 switch (itp->igi_type)
6683 objp->ipfo_ptr = itp->igi_data;
6685 switch (itp->igi_type)
6929 ipf_nat_iterator(softc, token, itp, obj) in ipf_nat_iterator() argument
6932 ipfgeniter_t *itp;
6937 if (itp->igi_data == NULL) {
6942 switch (itp->igi_type)
[all …]
H A Dip_state.c4842 ipf_state_iter(softc, token, itp, obj) in ipf_state_iter() argument
4845 ipfgeniter_t *itp;
4852 if (itp->igi_data == NULL) {
4857 if (itp->igi_nitems < 1) {
4862 if (itp->igi_type != IPFGENITER_STATE) {
4905 obj->ipfo_ptr = itp->igi_data;
H A Dfil.c8097 ipf_geniter(softc, token, itp) in ipf_geniter() argument
8100 ipfgeniter_t *itp;
8104 switch (itp->igi_type)
8107 error = ipf_frag_pkt_next(softc, token, itp);
/f-stack/freebsd/kern/
H A Dkern_time.c956 if (itp->it_value.tv_usec < usec) { in itimerdecr()
957 if (itp->it_value.tv_sec == 0) { in itimerdecr()
959 usec -= itp->it_value.tv_usec; in itimerdecr()
962 itp->it_value.tv_usec += 1000000; in itimerdecr()
963 itp->it_value.tv_sec--; in itimerdecr()
965 itp->it_value.tv_usec -= usec; in itimerdecr()
967 if (timevalisset(&itp->it_value)) in itimerdecr()
972 itp->it_value = itp->it_interval; in itimerdecr()
973 itp->it_value.tv_usec -= usec; in itimerdecr()
974 if (itp->it_value.tv_usec < 0) { in itimerdecr()
[all …]
/f-stack/freebsd/sys/
H A Dtime.h577 int itimerdecr(struct itimerval *itp, int usec);
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dsamsung-phy.txt163 - itp: for ITP generation
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos7.dtsi641 "phy_utmi", "itp";
H A Dexynos5433.dtsi1675 "itp";
1689 "itp";