Searched refs:ntohs (Results 451 - 475 of 603) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/seeq/
H A Dether3.c607 next_ptr = ntohs(temp_ptr);
/linux-master/net/bridge/
H A Dbr_sysfs_br.c864 return sprintf(buf, "%#06x\n", ntohs(br->vlan_proto));
/linux-master/net/tipc/
H A Dmonitor.c124 return ntohs((__force __be16)val);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c741 return seqid == ntohs(hdr->sequence_id);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c219 pattrib->ether_type = ntohs(etherhdr.h_proto);
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c115 ntohs((u16)data->opaque_data_1);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c44 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) {
/linux-master/drivers/target/iscsi/
H A Discsi_target.c284 port = ntohs(sock_in6->sin6_port);
285 port_e = ntohs(sock_in6_e->sin6_port);
293 port = ntohs(sock_in->sin_port);
294 port_e = ntohs(sock_in_e->sin_port);
/linux-master/net/802/
H A Dmrp.c352 dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type),
/linux-master/net/ncsi/
H A Dncsi-netlink.c463 nca.payload = ntohs(hdr->length);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_sctp.c150 (offset) += (ntohs((sch)->length) + 3) & ~3, (count)++)
/linux-master/drivers/net/ppp/
H A Dpppoe.c432 len = ntohs(ph->length);
/linux-master/drivers/net/ethernet/ti/
H A Dcpts.c449 seqid = ntohs(hdr->sequence_id);
/linux-master/net/xfrm/
H A Dxfrm_output.c693 switch (ntohs(eth->h_proto)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c513 &ipv6h->daddr, ntohs(th->dest),
/linux-master/include/net/sctp/
H A Dstructs.h680 return ntohs(ch->subh.data_hdr->stream);
/linux-master/arch/um/drivers/
H A Dvector_user.c799 bpf[3] = (struct sock_filter){ 0x15, 0, 1, ntohs(*mac2)};
/linux-master/net/ethtool/
H A Dioctl.c3411 ntohs(ext_h_spec->vlan_tci) & 0x0fff;
3413 ntohs(ext_m_spec->vlan_tci) & 0x0fff;
3421 (ntohs(ext_h_spec->vlan_tci) & 0xe000) >> 13;
3423 (ntohs(ext_m_spec->vlan_tci) & 0xe000) >> 13;
/linux-master/net/ipv6/
H A Dcalipso.c1337 payload = ntohs(ip6_hdr->payload_len);
/linux-master/fs/nfs/
H A Dpnfs_nfs.c1181 buf, endsep, ntohs(port));
/linux-master/net/rxrpc/
H A Dinput.c557 sp->hdr._rsvd = ntohs(jhdr._rsvd);
/linux-master/net/dccp/
H A Dipv6.c97 &hdr->saddr, ntohs(dh->dccph_sport),
/linux-master/net/8021q/
H A Dvlan_dev.c73 type = ntohs(vlan->vlan_proto);
/linux-master/net/ipv4/
H A Digmp.c453 pih->ngrec = htons(ntohs(pih->ngrec)+1);
1001 + ntohs(ih3->nsrcs)*sizeof(__be32)))
1062 igmp_marksources(im, ntohs(ih3->nsrcs), ih3->srcs);
1521 len = skb_network_offset(skb) + ntohs(iph->tot_len);
H A Dtcp_minisocks.c577 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale;

Completed in 531 milliseconds

<<11121314151617181920>>