Home
last modified time | relevance | path

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 Dnip_input.c116 niph.total_len = ntohs(niph.total_len); in nip_rcv()
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dninet_hashtables.h94 &(nipcb(skb)->dstaddr), ntohs(dport), in __ninet_lookup_skb()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c192 *port = ntohs(((struct sockaddr_in *)&sock_addr)->sin_port); in usnic_transport_sock_get_addr()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport-vxlan.c27 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 Dxdp_rxq_info_kern.c127 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
/kernel/linux/linux-5.10/include/net/
H A Dudplite.h42 cscov = ntohs(uh->len); in udplite_checksum_init()
H A Dinet6_hashtables.h95 &ipv6_hdr(skb)->daddr, ntohs(dport), in __inet6_lookup_skb()
/kernel/linux/linux-5.10/net/core/
H A Dtso.c78 tso->ip_id = ntohs(ip_hdr(skb)->id); in tso_start()
/kernel/linux/linux-5.10/net/dsa/
H A Dtag_lan9303.c103 lan9303_tag1 = ntohs(lan9303_tag[1]); in lan9303_rcv()
/kernel/linux/linux-5.10/net/ipv6/
H A Dmcast_snoop.c28 len = offset + ntohs(ip6h->payload_len); in ipv6_mc_check_ip6hdr()
/kernel/linux/linux-5.10/net/ipv4/
H A Dxfrm4_input.c147 iph->tot_len = htons(ntohs(iph->tot_len) - len); in xfrm4_udp_encap_rcv()
/kernel/linux/linux-5.10/net/llc/
H A Dllc_station.c84 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 Dip_set_getport.c109 if (ntohs(iph->frag_off) & IP_OFFSET) in ip_set_get_ip4_port()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_tftp.c57 switch (ntohs(tfh->opcode)) { in tftp_help()
H A Dnf_nat_ftp.c90 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in nf_nat_ftp()
H A Dnf_nat_irc.c52 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in help()
/kernel/linux/linux-5.10/include/keys/
H A Dtrusted_tpm.h17 #define LOAD16(buffer, offset) (ntohs(*(uint16_t *)&buffer[offset]))
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c191 *port = ntohs(((struct sockaddr_in *)&sock_addr)->sin_port); in usnic_transport_sock_get_addr()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dvport-vxlan.c27 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 Dtag_qca.c54 hdr = ntohs(*phdr); in qca_tag_rcv()
/kernel/linux/linux-6.6/net/core/
H A Dtso.c70 tso->ip_id = ntohs(ip_hdr(skb)->id); in tso_start()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_getport.c109 if (ntohs(iph->frag_off) & IP_OFFSET) in ip_set_get_ip4_port()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_ftp.c89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in nf_nat_ftp()
H A Dnf_conntrack_tftp.c57 switch (ntohs(tfh->opcode)) { in tftp_help()
/kernel/linux/linux-6.6/net/ipv4/
H A Dxfrm4_input.c147 iph->tot_len = htons(ntohs(iph->tot_len) - len); in xfrm4_udp_encap_rcv()

Completed in 9 milliseconds

1...<<11121314151617181920>>...56