Home
last modified time | relevance | path

Searched refs:ip_next (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/libalias/
H A Dalias.c300 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn1()
348 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn2()
351 ud = (struct udphdr *)ip_next(ip); in IcmpAliasIn2()
352 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasIn2()
353 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasIn2()
451 ic = (struct icmp *)ip_next(pip); in IcmpAliasIn()
489 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut1()
536 ic = (struct icmp *)ip_next(pip); in IcmpAliasOut2()
539 ud = (struct udphdr *)ip_next(ip); in IcmpAliasOut2()
541 ic2 = (struct icmp *)ip_next(ip); in IcmpAliasOut2()
[all …]
H A Dalias_pptp.c347 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpOut()
419 tc = (struct tcphdr *)ip_next(pip); in AliasHandlePptpIn()
444 tc = (struct tcphdr *)ip_next(pip); in AliasVerifyPptp()
479 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreOut()
503 gr = (GreHdr *) ip_next(pip); in AliasHandlePptpGreIn()
H A Dalias_smedia.c255 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out()
406 tc = (struct tcphdr *)ip_next(pip); in alias_rtsp_out()
461 tc = (struct tcphdr *)ip_next(pip); in alias_pna_out()
493 tc = (struct tcphdr *)ip_next(pip); in AliasHandleRtspOut()
H A Dalias_ftp.c235 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpOut()
299 tc = (struct tcphdr *)ip_next(pip); in AliasHandleFtpIn()
675 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage()
745 tc = (struct tcphdr *)ip_next(pip); in NewFtpMessage()
H A Dalias_irc.c182 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
442 tc = (struct tcphdr *)ip_next(pip); in AliasHandleIrcOut()
H A Dalias_util.c118 tc = (struct tcphdr *)ip_next(pip); in TcpChecksum()
H A Dalias_proxy.c296 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream()
350 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeTcpStream()
412 tc = (struct tcphdr *)ip_next(pip); in ProxyEncodeIpHeader()
H A Dalias_nbt.c354 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbt()
803 uh = (struct udphdr *)ip_next(pip); in AliasHandleUdpNbtNS()
H A Dalias_skinny.c314 tc = (struct tcphdr *)ip_next(pip); in AliasHandleSkinny()
H A Dalias_local.h387 ip_next(struct ip *iphdr) in ip_next() function
H A Dalias_sctp.c1070 sm->sctp_hdr = sctp_hdr = (struct sctphdr *) ip_next(pip); in sctp_PktParser()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c5039 struct instruction *ip_next[] = {t->ip + 1, ip->jmp.ip}; in instr_jmp_hit_exec() local
5043 t->ip = ip_next[t->hit]; in instr_jmp_hit_exec()
5051 struct instruction *ip_next[] = {ip->jmp.ip, t->ip + 1}; in instr_jmp_miss_exec() local
5055 t->ip = ip_next[t->hit]; in instr_jmp_miss_exec()