Searched refs:ntohs (Results 476 - 500 of 1394) sorted by relevance
1...<<11121314151617181920>>...56
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_input.c | 116 niph.total_len = ntohs(niph.total_len); in nip_rcv()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | ninet_hashtables.h | 94 &(nipcb(skb)->dstaddr), ntohs(dport), in __ninet_lookup_skb()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.c | 192 *port = ntohs(((struct sockaddr_in *)&sock_addr)->sin_port); in usnic_transport_sock_get_addr()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport-vxlan.c | 27 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(dst_port))) in vxlan_get_options()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_rxq_info_kern.c | 127 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udplite.h | 42 cscov = ntohs(uh->len); in udplite_checksum_init()
|
H A D | inet6_hashtables.h | 95 &ipv6_hdr(skb)->daddr, ntohs(dport), in __inet6_lookup_skb()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | tso.c | 78 tso->ip_id = ntohs(ip_hdr(skb)->id); in tso_start()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | tag_lan9303.c | 103 lan9303_tag1 = ntohs(lan9303_tag[1]); in lan9303_rcv()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast_snoop.c | 28 len = offset + ntohs(ip6h->payload_len); in ipv6_mc_check_ip6hdr()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_input.c | 147 iph->tot_len = htons(ntohs(iph->tot_len) - len); in xfrm4_udp_encap_rcv()
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_station.c | 84 data_size = ntohs(eth_hdr(skb)->h_proto) - 3; in llc_station_ac_send_test_r()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_getport.c | 109 if (ntohs(iph->frag_off) & IP_OFFSET) in ip_set_get_ip4_port()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_tftp.c | 57 switch (ntohs(tfh->opcode)) { in tftp_help()
|
H A D | nf_nat_ftp.c | 90 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in nf_nat_ftp()
|
H A D | nf_nat_irc.c | 52 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in help()
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted_tpm.h | 17 #define LOAD16(buffer, offset) (ntohs(*(uint16_t *)&buffer[offset]))
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.c | 191 *port = ntohs(((struct sockaddr_in *)&sock_addr)->sin_port); in usnic_transport_sock_get_addr()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport-vxlan.c | 27 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(dst_port))) in vxlan_get_options()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag_qca.c | 54 hdr = ntohs(*phdr); in qca_tag_rcv()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | tso.c | 70 tso->ip_id = ntohs(ip_hdr(skb)->id); in tso_start()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_getport.c | 109 if (ntohs(iph->frag_off) & IP_OFFSET) in ip_set_get_ip4_port()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_ftp.c | 89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in nf_nat_ftp()
|
H A D | nf_conntrack_tftp.c | 57 switch (ntohs(tfh->opcode)) { in tftp_help()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_input.c | 147 iph->tot_len = htons(ntohs(iph->tot_len) - len); in xfrm4_udp_encap_rcv()
|
Completed in 9 milliseconds
1...<<11121314151617181920>>...56