Searched refs:p_len (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 456 log.u_bbr.flex4 = le->p_len; in tcp_lro_log() 487 uint16_t p_len; in tcp_flush_out_le() local 489 p_len = htons(le->p_len); in tcp_flush_out_le() 497 ip6->ip6_plen = p_len; in tcp_flush_out_le() 501 le->p_len += ETHER_HDR_LEN + sizeof(*ip6); in tcp_flush_out_le() 517 cl += c + p_len; in tcp_flush_out_le() 522 ip4->ip_len = p_len; in tcp_flush_out_le() 526 le->p_len += ETHER_HDR_LEN; in tcp_flush_out_le() 534 le->m_head->m_pkthdr.len = le->p_len; in tcp_flush_out_le() 548 le->ulp_csum += p_len; in tcp_flush_out_le() [all …]
|
| H A D | tcp_lro.h | 66 uint32_t p_len; /* IP header payload length. */ member
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 53 int p_len = 0; in bond_print_lacp() local 72 p_len += snprintf(&p_state[p_len], RTE_DIM(p_state) - p_len, "%s ", in bond_print_lacp() 80 if (p_len && p_state[p_len-1] == ' ') in bond_print_lacp() 81 p_state[p_len-1] = '\0'; in bond_print_lacp()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 1713 u32 *p_addr, u32 *p_len, in __ecore_get_vport_pstats_addrlen() argument 1719 *p_len = sizeof(struct eth_pstorm_per_queue_stat); in __ecore_get_vport_pstats_addrlen() 1725 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __ecore_get_vport_pstats_addrlen() 1790 u32 *p_addr, u32 *p_len, in __ecore_get_vport_ustats_addrlen() argument 1796 *p_len = sizeof(struct eth_ustorm_per_queue_stat); in __ecore_get_vport_ustats_addrlen() 1802 *p_len = p_resp->pfdev_info.stats_info.ustats.len; in __ecore_get_vport_ustats_addrlen() 1835 u32 *p_addr, u32 *p_len, in __ecore_get_vport_mstats_addrlen() argument 1841 *p_len = sizeof(struct eth_mstorm_per_queue_stat); in __ecore_get_vport_mstats_addrlen() 1847 *p_len = p_resp->pfdev_info.stats_info.mstats.len; in __ecore_get_vport_mstats_addrlen()
|
| H A D | ecore_mcp_api.h | 962 u32 addr, u8 *p_buf, u32 *p_len);
|
| H A D | ecore_mcp.c | 3180 u32 addr, u8 *p_buf, u32 *p_len) in ecore_mcp_phy_read() argument 3195 addr, &resp, ¶m, p_len, (u32 *)p_buf); in ecore_mcp_phy_read()
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 387 uint32_t p_len = rsa->qt.p.length; in cpt_rsa_crt_prep() local 401 total_key_len = p_len + q_len + dP_len + dQ_len + qInv_len; in cpt_rsa_crt_prep()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1820 || pd->p_len > 0 || (th->th_flags & TH_SYN)) && in pf_normalize_tcp_stateful() 1850 if (pd->p_len > 0 && (src->scrub->pfss_flags & PFSS_DATA_TS)) { in pf_normalize_tcp_stateful() 1875 if (pd->p_len > 0 && src->scrub && (src->scrub->pfss_flags & in pf_normalize_tcp_stateful()
|
| H A D | pf.c | 2630 u_int32_t ack = ntohl(th->th_seq) + pd->p_len; in pf_return() 3763 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_create_state() 4106 end = seq + pd->p_len; in pf_tcp_track_full() 4155 end = seq + pd->p_len; in pf_tcp_track_full() 4307 pd->p_len, ackskew, in pf_tcp_track_full() 4363 seq, orig_seq, ack, pd->p_len, ackskew, in pf_tcp_track_full() 5999 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test() 6000 if ((th.th_flags & TH_ACK) && pd.p_len == 0) in pf_test() 6443 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 771 u_int32_t p_len; /* total length of payload */ member
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 920 u_int32_t p_len; /* total length of payload */ member
|