Home
last modified time | relevance | path

Searched refs:oth (Results 1 – 24 of 24) sorted by relevance

/linux-6.1.9/net/ipv4/netfilter/
Dnf_reject_ipv4.c44 const struct tcphdr *oth; in nf_reject_skb_v4_tcp_reset() local
52 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_reject_skb_v4_tcp_reset()
53 if (!oth) in nf_reject_skb_v4_tcp_reset()
66 nf_reject_ip_tcphdr_put(nskb, oldskb, oth); in nf_reject_skb_v4_tcp_reset()
142 const struct tcphdr *oth; in nf_reject_ip_tcphdr_get() local
151 oth = skb_header_pointer(oldskb, ip_hdrlen(oldskb), in nf_reject_ip_tcphdr_get()
153 if (oth == NULL) in nf_reject_ip_tcphdr_get()
157 if (oth->rst) in nf_reject_ip_tcphdr_get()
164 return oth; in nf_reject_ip_tcphdr_get()
194 const struct tcphdr *oth) in nf_reject_ip_tcphdr_put() argument
[all …]
/linux-6.1.9/net/ipv6/netfilter/
Dnf_reject_ipv6.c65 const struct tcphdr *oth; in nf_reject_skb_v6_tcp_reset() local
73 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook); in nf_reject_skb_v6_tcp_reset()
74 if (!oth) in nf_reject_skb_v6_tcp_reset()
87 nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen); in nf_reject_skb_v6_tcp_reset()
223 const struct tcphdr *oth, unsigned int otcplen) in nf_reject_ip6_tcphdr_put() argument
232 tcph->source = oth->dest; in nf_reject_ip6_tcphdr_put()
233 tcph->dest = oth->source; in nf_reject_ip6_tcphdr_put()
235 if (oth->ack) { in nf_reject_ip6_tcphdr_put()
237 tcph->seq = oth->ack_seq; in nf_reject_ip6_tcphdr_put()
241 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip6_tcphdr_put()
[all …]
/linux-6.1.9/drivers/net/slip/
Dslhc.c239 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()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dud.c293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B()
296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B()
389 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
392 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
619 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B()
623 ohdr = &hdr.opah.u.oth; in return_cnp_16B()
677 ohdr = &hdr.ibh.u.l.oth; in return_cnp()
681 ohdr = &hdr.ibh.u.oth; in return_cnp()
Dtrace_ibhdrs.h339 ohdr = &opah->opah.u.oth;
341 ohdr = &opah->opah.u.l.oth;
363 ohdr = &opah->ibh.u.oth;
365 ohdr = &opah->ibh.u.l.oth;
Duc.c58 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
60 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
66 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
68 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
Dtrace.c16 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
18 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
36 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
38 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
Ddriver.c232 packet->ohdr = &rhdr->u.oth; in rcv_hdrerr()
234 packet->ohdr = &rhdr->u.l.oth; in rcv_hdrerr()
602 packet->ohdr = &hdr->u.oth; in __prescan_rxq()
605 packet->ohdr = &hdr->u.l.oth; in __prescan_rxq()
1484 packet->ohdr = &hdr->u.oth; in hfi1_setup_9B_packet()
1489 packet->ohdr = &hdr->u.l.oth; in hfi1_setup_9B_packet()
1649 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv()
1868 packet.ohdr = &hdr->u.oth; in seqfile_dump_rcd()
1870 packet.ohdr = &hdr->u.l.oth; in seqfile_dump_rcd()
Dverbs.h84 struct ib_other_headers oth; member
86 struct ib_other_headers oth; member
Dverbs.c349 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv()
403 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv()
1230 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1232 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1241 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1243 ohdr = &hdr->u.oth; in hfi1_verbs_send()
Drc.c419 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req()
421 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req()
427 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
429 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
1235 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_9B()
1243 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_9B()
1290 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_16B()
1301 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_16B()
Dhfi.h525 ohdr = &hdr->u.oth; in hfi1_get_rc_ohdr()
527 ohdr = &hdr->u.l.oth; in hfi1_get_rc_ohdr()
534 ohdr = &hdr_16b->u.oth; in hfi1_get_rc_ohdr()
536 ohdr = &hdr_16b->u.l.oth; in hfi1_get_rc_ohdr()
Dipoib_tx.c293 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers()
296 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers()
Druc.c150 hdr.ibh.u.oth.bth[2]) / 4)
Dtid_rdma.c2874 packet->ohdr = &hdr->u.oth; in hfi1_handle_kdeth_eflags()
5047 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_tid_rdma_pkt()
/linux-6.1.9/include/net/netfilter/ipv4/
Dnf_reject.h19 const struct tcphdr *oth);
/linux-6.1.9/include/net/netfilter/ipv6/
Dnf_reject.h20 const struct tcphdr *oth, unsigned int otcplen);
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_uc.c76 ohdr = &priv->s_hdr->u.oth; in qib_make_uc_req()
78 ohdr = &priv->s_hdr->u.l.oth; in qib_make_uc_req()
253 ohdr = &hdr->u.oth; in qib_uc_rcv()
256 ohdr = &hdr->u.l.oth; in qib_uc_rcv()
Dqib_ud.c329 ohdr = &priv->s_hdr->u.l.oth; in qib_make_ud_req()
337 ohdr = &priv->s_hdr->u.oth; in qib_make_ud_req()
441 ohdr = &hdr->u.oth; in qib_ud_rcv()
444 ohdr = &hdr->u.l.oth; in qib_ud_rcv()
Dqib_rc.c232 ohdr = &priv->s_hdr->u.oth; in qib_make_rc_req()
234 ohdr = &priv->s_hdr->u.l.oth; in qib_make_rc_req()
624 ohdr = &hdr.u.oth; in qib_send_rc_ack()
633 ohdr = &hdr.u.l.oth; in qib_send_rc_ack()
894 ohdr = &hdr->u.oth; in qib_rc_send_complete()
896 ohdr = &hdr->u.l.oth; in qib_rc_send_complete()
1732 ohdr = &hdr->u.oth; in qib_rc_rcv()
1735 ohdr = &hdr->u.l.oth; in qib_rc_rcv()
Dqib_driver.c328 ohdr = &hdr->u.oth; in qib_rcv_hdrerr()
332 ohdr = &hdr->u.l.oth; in qib_rcv_hdrerr()
Dqib_verbs.c300 ohdr = &hdr->u.oth; in qib_ib_rcv()
304 ohdr = &hdr->u.l.oth; in qib_ib_rcv()
Dqib_iba7322.c1407 .u.oth.bth[0] = cpu_to_be32( in flush_fifo()
1409 .u.oth.bth[1] = cpu_to_be32(0), in flush_fifo()
1410 .u.oth.bth[2] = cpu_to_be32(0), in flush_fifo()
1411 .u.oth.u.ud.deth[0] = cpu_to_be32(0), in flush_fifo()
1412 .u.oth.u.ud.deth[1] = cpu_to_be32(0), in flush_fifo()
/linux-6.1.9/include/rdma/
Dib_hdrs.h102 struct ib_other_headers oth; member
104 struct ib_other_headers oth; member