Searched refs:oth (Results 1 - 5 of 5) sorted by relevance

/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c20 const struct tcphdr *oth; local
26 oth = skb_header_pointer(oldskb, ip_hdrlen(oldskb),
28 if (oth == NULL)
32 if (oth->rst)
39 return oth;
69 const struct tcphdr *oth)
77 tcph->source = oth->dest;
78 tcph->dest = oth->source;
81 if (oth->ack) {
82 tcph->seq = oth
68 nf_reject_ip_tcphdr_put(struct sk_buff *nskb, const struct sk_buff *oldskb, const struct tcphdr *oth) argument
105 const struct tcphdr *oth; local
[all...]
/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c91 const struct tcphdr *oth, unsigned int otcplen)
100 tcph->source = oth->dest;
101 tcph->dest = oth->source;
103 if (oth->ack) {
105 tcph->seq = oth->ack_seq;
109 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
110 otcplen - (oth->doff<<2));
89 nf_reject_ip6_tcphdr_put(struct sk_buff *nskb, const struct sk_buff *oldskb, const struct tcphdr *oth, unsigned int otcplen) argument
/net/bridge/netfilter/
H A Dnft_reject_bridge.c66 const struct tcphdr *oth; local
72 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook);
73 if (!oth)
84 nf_reject_ip_tcphdr_put(nskb, oldskb, oth);
172 const struct tcphdr *oth; local
180 oth = nf_reject_ip6_tcphdr_get(oldskb, &_oth, &otcplen, hook);
181 if (!oth)
192 nf_reject_ip6_tcphdr_put(nskb, oldskb, oth, otcplen);
/net/decnet/
H A Ddn_nsp_out.c333 static __le16 *dn_nsp_mk_data_header(struct sock *sk, struct sk_buff *skb, int oth) argument
337 __le16 *ptr = dn_mk_ack_header(sk, skb, cb->nsp_flags, 11, oth);
339 if (unlikely(oth)) {
352 gfp_t gfp, int oth)
359 dn_nsp_mk_data_header(sk, skb, oth);
368 if (oth)
351 dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, gfp_t gfp, int oth) argument
H A Ddn_nsp_in.c136 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) argument
150 if (oth)
163 if (oth)

Completed in 1175 milliseconds