| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_reject_ipv4.c | 18 const struct tcphdr *oth; in nf_reject_ip_tcphdr_get() local 27 oth = skb_header_pointer(oldskb, ip_hdrlen(oldskb), in nf_reject_ip_tcphdr_get() 29 if (oth == NULL) in nf_reject_ip_tcphdr_get() 33 if (oth->rst) in nf_reject_ip_tcphdr_get() 40 return oth; in nf_reject_ip_tcphdr_get() 70 const struct tcphdr *oth) in nf_reject_ip_tcphdr_put() argument 77 tcph->source = oth->dest; in nf_reject_ip_tcphdr_put() 78 tcph->dest = oth->source; in nf_reject_ip_tcphdr_put() 81 if (oth->ack) { in nf_reject_ip_tcphdr_put() 82 tcph->seq = oth->ack_seq; in nf_reject_ip_tcphdr_put() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nf_reject_ipv6.c | 89 const struct tcphdr *oth, unsigned int otcplen) in nf_reject_ip6_tcphdr_put() argument 98 tcph->source = oth->dest; in nf_reject_ip6_tcphdr_put() 99 tcph->dest = oth->source; in nf_reject_ip6_tcphdr_put() 101 if (oth->ack) { in nf_reject_ip6_tcphdr_put() 103 tcph->seq = oth->ack_seq; in nf_reject_ip6_tcphdr_put() 107 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip6_tcphdr_put() 108 otcplen - (oth->doff<<2)); in nf_reject_ip6_tcphdr_put()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 76 const struct tcphdr *oth; in nft_reject_br_send_v4_tcp_reset() local 82 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nft_reject_br_send_v4_tcp_reset() 83 if (!oth) in nft_reject_br_send_v4_tcp_reset() 94 nf_reject_ip_tcphdr_put(nskb, oldskb, oth); in nft_reject_br_send_v4_tcp_reset() 190 const struct tcphdr *oth; in nft_reject_br_send_v6_tcp_reset() local 198 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nft_reject_br_send_v6_tcp_reset() 199 if (!oth) in nft_reject_br_send_v6_tcp_reset() 210 nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen); in nft_reject_br_send_v6_tcp_reset()
|
| /OK3568_Linux_fs/kernel/drivers/net/slip/ |
| H A D | slhc.c | 239 struct tcphdr *th, *oth; in slhc_compress() local 351 oth = &cs->cs_tcp; in slhc_compress() 373 } else if(th->urg_ptr != oth->urg_ptr){ in slhc_compress() 380 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress() 384 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress() 390 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_nsp_out.c | 322 static __le16 *dn_nsp_mk_data_header(struct sock *sk, struct sk_buff *skb, int oth) in dn_nsp_mk_data_header() argument 326 __le16 *ptr = dn_mk_ack_header(sk, skb, cb->nsp_flags, 11, oth); in dn_nsp_mk_data_header() 328 if (unlikely(oth)) { in dn_nsp_mk_data_header() 341 gfp_t gfp, int oth) in dn_nsp_queue_xmit() argument 348 dn_nsp_mk_data_header(sk, skb, oth); in dn_nsp_queue_xmit() 357 if (oth) in dn_nsp_queue_xmit()
|
| H A D | dn_nsp_in.c | 128 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) in dn_process_ack() argument 142 if (oth) in dn_process_ack() 155 if (oth) in dn_process_ack()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| H A D | elf64.h | 209 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| H A D | elf64.h | 209 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| H A D | elf64.h | 209 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| H A D | elf64.h | 209 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | ud.c | 335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B() 338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B() 431 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B() 434 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B() 660 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B() 664 ohdr = &hdr.opah.u.oth; in return_cnp_16B() 718 ohdr = &hdr.ibh.u.l.oth; in return_cnp() 722 ohdr = &hdr.ibh.u.oth; in return_cnp()
|
| H A D | trace_ibhdrs.h | 380 ohdr = &opah->opah.u.oth; 382 ohdr = &opah->opah.u.l.oth; 404 ohdr = &opah->ibh.u.oth; 406 ohdr = &opah->ibh.u.l.oth;
|
| H A D | uc.c | 99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req() 101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req() 107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req() 109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
|
| H A D | trace.c | 58 ohdr = &hdr->u.oth; in __get_ib_hdr_len() 60 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len() 78 ohdr = &hdr->u.oth; in __get_16b_hdr_len() 80 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
|
| H A D | driver.c | 279 packet->ohdr = &rhdr->u.oth; in rcv_hdrerr() 281 packet->ohdr = &rhdr->u.l.oth; in rcv_hdrerr() 649 packet->ohdr = &hdr->u.oth; in __prescan_rxq() 652 packet->ohdr = &hdr->u.l.oth; in __prescan_rxq() 1531 packet->ohdr = &hdr->u.oth; in hfi1_setup_9B_packet() 1536 packet->ohdr = &hdr->u.l.oth; in hfi1_setup_9B_packet() 1697 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv() 1917 packet.ohdr = &hdr->u.oth; in seqfile_dump_rcd() 1919 packet.ohdr = &hdr->u.l.oth; in seqfile_dump_rcd()
|
| H A D | verbs.h | 126 struct ib_other_headers oth; member 128 struct ib_other_headers oth; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_uc.c | 75 ohdr = &priv->s_hdr->u.oth; in qib_make_uc_req() 77 ohdr = &priv->s_hdr->u.l.oth; in qib_make_uc_req() 252 ohdr = &hdr->u.oth; in qib_uc_rcv() 255 ohdr = &hdr->u.l.oth; in qib_uc_rcv()
|
| H A D | qib_ud.c | 328 ohdr = &priv->s_hdr->u.l.oth; in qib_make_ud_req() 336 ohdr = &priv->s_hdr->u.oth; in qib_make_ud_req() 440 ohdr = &hdr->u.oth; in qib_ud_rcv() 443 ohdr = &hdr->u.l.oth; in qib_ud_rcv()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ipv4/ |
| H A D | nf_reject.h | 19 const struct tcphdr *oth);
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ipv6/ |
| H A D | nf_reject.h | 21 const struct tcphdr *oth, unsigned int otcplen);
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_hdrs.h | 102 struct ib_other_headers oth; member 104 struct ib_other_headers oth; member
|