HomeSort by: relevance | last modified time | path
    Searched refs:splsoftnet (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/sys/rump/include/machine/
intr.h 51 #define splsoftnet() 0 macro
  /src/sys/arch/mips/mips/
spl_stubs.c 48 int splsoftnet(void) __section(".stub");
91 splsoftnet(void) function in typeref:typename:int
  /src/sys/arch/arm/include/arm32/
psl.h 59 #define splsoftnet() raisespl(IPL_SOFTNET) macro
  /src/sys/arch/evbcf/include/
intr.h 51 #define splsoftnet() splraise1() macro
  /src/sys/arch/amiga/include/
intr.h 83 #define splsoftnet() splraise1() macro
  /src/sys/arch/x68k/include/
intr.h 41 #define splsoftnet() splraise1() macro
  /src/sys/arch/powerpc/include/booke/
intr.h 111 int splsoftnet(void);
183 splsoftnet(void) function in typeref:typename:int
  /src/sys/arch/or1k/include/
intr.h 95 splsoftnet(void) function in typeref:typename:int
  /src/sys/netipsec/
ipsec_private.h 84 __s = splsoftnet(); \
keysock.c 151 s = splsoftnet();
383 s = splsoftnet();
425 s = splsoftnet();
485 s = splsoftnet();
503 s = splsoftnet();
592 s = splsoftnet();
  /src/sys/arch/virt68k/include/
intr.h 115 #define splsoftnet() splraise1() macro
  /src/sys/arch/atari/include/
intr.h 66 #define splsoftnet() splraise1() macro
  /src/sys/arch/riscv/include/
intr.h 131 int splsoftnet(void);
  /src/sys/arch/ia64/include/
intr.h 29 #define splsoftnet() splraise(IPL_SOFTNET) macro
  /src/sys/dist/pf/net/
pf_if.c 292 s = splsoftnet();
321 s = splsoftnet();
341 s = splsoftnet();
361 s = splsoftnet();
376 s = splsoftnet();
435 s = splsoftnet();
668 s = splsoftnet();
694 s = splsoftnet();
714 s = splsoftnet();
739 s = splsoftnet();
    [all...]
pf_table.c 254 s = splsoftnet();
328 s = splsoftnet();
423 s = splsoftnet();
527 s = splsoftnet();
659 s = splsoftnet();
719 s = splsoftnet();
819 s = splsoftnet(); /* rn_lookup makes use of globals */
953 s = splsoftnet();
1017 s = splsoftnet();
1041 s = splsoftnet();
    [all...]
  /src/sys/netinet/
raw_ip.c 580 s = splsoftnet();
631 s = splsoftnet();
657 s = splsoftnet();
675 s = splsoftnet();
716 s = splsoftnet();
732 s = splsoftnet();
771 s = splsoftnet();
815 s = splsoftnet();
tcp_syncache.c 340 s = splsoftnet();
483 s = splsoftnet();
517 s = splsoftnet();
565 s = splsoftnet();
776 s = splsoftnet();
789 s = splsoftnet();
807 int s = splsoftnet();
832 s = splsoftnet();
949 s = splsoftnet();
1055 s = splsoftnet();
    [all...]
udp_usrreq.c 700 s = splsoftnet();
922 s = splsoftnet();
948 s = splsoftnet();
973 s = splsoftnet();
991 s = splsoftnet();
1032 s = splsoftnet();
1048 s = splsoftnet();
1086 s = splsoftnet();
1134 s = splsoftnet();
tcp_usrreq.c 273 s = splsoftnet();
452 s = splsoftnet();
513 s = splsoftnet();
538 s = splsoftnet();
576 s = splsoftnet();
619 s = splsoftnet();
664 s = splsoftnet();
774 s = splsoftnet();
800 s = splsoftnet();
830 s = splsoftnet();
    [all...]
  /src/sys/arch/mips/include/
intr.h 132 int splsoftnet(void);
  /src/sys/arch/m68k/include/
intr.h 102 #define splsoftnet() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTNET) macro
  /src/sys/arch/riscv/riscv/
spl.S 149 ENTRY_NP(splsoftnet)
153 END(splsoftnet)
  /src/sys/netinet6/
ip6_mroute.c 419 s = splsoftnet();
522 s = splsoftnet();
671 s = splsoftnet();
683 s = splsoftnet();
724 s = splsoftnet();
788 s = splsoftnet();
798 s = splsoftnet();
976 s = splsoftnet();
1080 s = splsoftnet();
1534 s = splsoftnet();
    [all...]
udp6_usrreq.c 311 s = splsoftnet();
1081 s = splsoftnet();
1104 s = splsoftnet();
1128 s = splsoftnet();
1154 s = splsoftnet();
1183 s = splsoftnet();
1198 s = splsoftnet();
1213 s = splsoftnet();
1296 s = splsoftnet();

Completed in 144 milliseconds

1 2 3