Searched refs:tot_len (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/wpa/src/eap_peer/ |
| HD | eap_pwd.c | 675 u16 tot_len = 0; in eap_pwd_process() local 748 tot_len = WPA_GET_BE16(pos); in eap_pwd_process() 750 "total length = %d", tot_len); in eap_pwd_process() 751 data->inbuf = wpabuf_alloc(tot_len); in eap_pwd_process() 840 tot_len = len; in eap_pwd_process() 846 "length = %d", tot_len); in eap_pwd_process() 857 wpabuf_put_be16(resp, tot_len); in eap_pwd_process()
|
| /trueos/sys/dev/netmap/ |
| HD | netmap_offloadings.c | 80 iph->tot_len = htobe16(len-14); in gso_fix_segment() 81 ND("ip total length %u", be16toh(ip->tot_len)); in gso_fix_segment()
|
| HD | netmap_kern.h | 1580 uint16_t tot_len; member
|
| /trueos/sys/dev/nxge/xgehal/ |
| HD | xgehal-device-fp.c | 731 ret = (xge_os_ntohs(ip->tot_len) - in __hal_tcp_seg_len() 990 lro_new->total_length = xge_os_ntohs(ip->tot_len); in __hal_open_lro_session() 1339 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length); in xge_hal_lro_process_rx() 1405 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length); in xge_hal_lro_next_session()
|
| /trueos/contrib/wpa/src/eap_server/ |
| HD | eap_server_pwd.c | 860 u16 tot_len; in eap_pwd_process() local 893 tot_len = WPA_GET_BE16(pos); in eap_pwd_process() 895 "length = %d", tot_len); in eap_pwd_process() 896 data->inbuf = wpabuf_alloc(tot_len); in eap_pwd_process()
|
| /trueos/sys/netpfil/pf/ |
| HD | pf.c | 5736 pd.tot_len = ntohs(h->ip_len); in pf_test() 5756 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test() 5950 kif->pfik_bytes[0][dir == PF_OUT][action != PF_PASS] += pd.tot_len; in pf_test() 5956 r->bytes[dirndx] += pd.tot_len; in pf_test() 5959 a->bytes[dirndx] += pd.tot_len; in pf_test() 5964 s->nat_rule.ptr->bytes[dirndx] += pd.tot_len; in pf_test() 5968 s->src_node->bytes[dirndx] += pd.tot_len; in pf_test() 5972 s->nat_src_node->bytes[dirndx] += pd.tot_len; in pf_test() 5976 s->bytes[dirndx] += pd.tot_len; in pf_test() 5987 pd.af, pd.tot_len, dir == PF_OUT, in pf_test() [all …]
|
| HD | pf_norm.c | 911 r->bytes[dir == PF_OUT] += pd->tot_len; in pf_normalize_ip() 1157 r->bytes[dir == PF_OUT] += pd->tot_len; in pf_normalize_ip6() 1338 r->bytes[dir == PF_OUT] += pd->tot_len; in pf_normalize_tcp()
|
| /trueos/sys/dev/lge/ |
| HD | if_lge.c | 1135 int frag = 0, tot_len = 0; local 1148 tot_len += m->m_len; 1161 cur_tx->lge_ctl = LGE_TXCTL_WANTINTR|LGE_FRAGCNT(frag)|tot_len;
|
| /trueos/sys/dev/nxge/ |
| HD | if_nxge.c | 2515 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local 2568 tot_len = m_head->m_pkthdr.len; in xge_lro_accumulate() 2569 trim = tot_len - (ip_len + ETHER_HDR_LEN); in xge_lro_accumulate() 2574 tot_len = m_head->m_pkthdr.len; in xge_lro_accumulate() 2673 lro_session->len = tot_len; in xge_lro_accumulate()
|
| /trueos/sys/dev/nxge/include/ |
| HD | xgehal-device.h | 229 u16 tot_len; member
|
| /trueos/sys/net/ |
| HD | pfvar.h | 1087 u_int64_t tot_len; /* Make Mickey money */ member
|