Searched refs:ntohs (Results 76 - 100 of 599) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dfib.h60 __entry->sport = ntohs(flp->fl4_sport);
61 __entry->dport = ntohs(flp->fl4_dport);
H A Dskb.h41 __entry->protocol = ntohs(skb->protocol);
H A Dnet.h45 __entry->vlan_proto = ntohs(skb->vlan_proto);
47 __entry->protocol = ntohs(skb->protocol);
203 __entry->vlan_proto = ntohs(skb->vlan_proto);
205 __entry->protocol = ntohs(skb->protocol);
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c144 ntohs(fm.mask->n_proto));
152 ipv, ntohs(conn->eth_proto));
229 ntohs(fm.mask->src));
236 ntohs(fm.mask->dst));
264 ntohs(fm.key->flags), ntohs(fm.mask->flags));
271 ntohs(fm.key->flags), ntohs(fm.mask->flags));
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto.c238 &ih->saddr, ntohs(pptr[0]),
239 &ih->daddr, ntohs(pptr[1]));
270 &ih->saddr, ntohs(pptr[0]),
271 &ih->daddr, ntohs(pptr[1]));
H A Dip_vs_sed.c107 ntohs(least->port),
H A Dip_vs_rr.c93 IP_VS_DBG_ADDR(dest->af, &dest->addr), ntohs(dest->port),
H A Dip_vs_twos.c111 ntohs(choice1->port), atomic_read(&choice1->activeconns),
/linux-master/net/netfilter/
H A Dxt_ipcomp.c61 ntohs(chdr->cpi),
H A Dxt_conntrack.c134 ntohs(tuple->src.u.all),
140 ntohs(tuple->dst.u.all),
148 ntohs(tuple->src.u.all),
154 ntohs(tuple->dst.u.all),
H A Dnft_fib_netdev.c27 switch (ntohs(pkt->skb->protocol)) {
H A Dnf_nat_irc.c52 ntohs(exp->saved_proto.tcp.port));
H A Dxt_tcpudp.c100 ntohs(th->source),
104 ntohs(th->dest),
152 ntohs(uh->source),
155 ntohs(uh->dest),
H A Dnf_conntrack_proto_udp.c60 if (ntohs(hdr->len) > udplen || ntohs(hdr->len) < sizeof(*hdr)) {
156 cscov = ntohs(hdr->len);
H A Dnf_conntrack_standalone.c59 ntohs(tuple->src.u.icmp.id));
63 ntohs(tuple->src.u.tcp.port),
64 ntohs(tuple->dst.u.tcp.port));
69 ntohs(tuple->src.u.udp.port),
70 ntohs(tuple->dst.u.udp.port));
75 ntohs(tuple->src.u.dccp.port),
76 ntohs(tuple->dst.u.dccp.port));
80 ntohs(tuple->src.u.sctp.port),
81 ntohs(tuple->dst.u.sctp.port));
87 ntohs(tupl
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_elsct.c119 switch (ntohs(ct->ct_cmd)) {
/linux-master/include/keys/
H A Dtrusted_tpm.h17 #define LOAD16(buffer, offset) (ntohs(*(uint16_t *)&buffer[offset]))
/linux-master/include/net/
H A Dmld.h101 unsigned long ret, mc_mrc = ntohs(mlh2->mld2q_mrc);
/linux-master/drivers/i2c/busses/
H A Di2c-cp2615.c133 msg, ntohs(msg->length), NULL, 0);
183 msg, ntohs(msg->length), NULL, 0);
197 switch (ntohs(info->part_id)) {
205 dev_warn(&usbif->dev, "Unknown part ID %04X\n", ntohs(info->part_id));
/linux-master/net/dsa/
H A Dtag_rzn1_a5psw.c91 port = FIELD_GET(A5PSW_CTRL_DATA_PORT, ntohs(tag->ctrl_data));
/linux-master/net/bridge/netfilter/
H A Debt_ip.c66 if (ntohs(ih->frag_off) & IP_OFFSET)
75 u32 dst = ntohs(pptr->tcpudphdr.dst);
82 u32 src = ntohs(pptr->tcpudphdr.src);
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_hw.h438 ROCKER_GROUP_VLAN_SET(ntohs(vlan_id)) | ROCKER_GROUP_PORT_SET(port))
444 ROCKER_GROUP_VLAN_SET(ntohs(vlan_id)) | ROCKER_GROUP_INDEX_SET(index))
447 ROCKER_GROUP_VLAN_SET(ntohs(vlan_id)) | ROCKER_GROUP_INDEX_SET(index))
/linux-master/net/rds/
H A Dbind.c88 ntohs(port));
135 rs, addr, (int)ntohs(*port));
156 ntohs(rs->rs_bound_port));
/linux-master/net/sctp/
H A Dauth.c195 random_len = ntohs(random->param_hdr.length);
196 hmacs_len = ntohs(hmacs->param_hdr.length);
198 chunks_len = ntohs(chunks->param_hdr.length);
542 n_elt = (ntohs(hmacs->param_hdr.length) -
545 id = ntohs(hmacs->hmac_ids[i]);
594 n_elt = (ntohs(hmacs->param_hdr.length) -
618 n_params = (ntohs(hmacs->param_hdr.length) -
622 id = ntohs(hmacs->hmac_ids[i]);
647 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr);
722 key_id = ntohs(aut
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c423 ntohs(match.key->dst),
424 ntohs(match.mask->dst));
426 ntohs(match.key->src),
427 ntohs(match.mask->src));
452 .min = ntohs(match.key->tp_min.src),
453 .max = ntohs(match.key->tp_max.src),
471 .min = ntohs(match.key->tp_min.dst),
472 .max = ntohs(match.key->tp_max.dst),
519 ntohs(match.key->flags),
520 ntohs(matc
[all...]

Completed in 734 milliseconds

1234567891011>>