/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 47 int sne; member 61 int keyid, int rnext, int maclen, int sne) in __trace_event_expect() argument 79 .sne = sne, in __trace_event_expect() 135 unsigned int sne; member 183 if (p->sne >= 0 && p->sne != e->sne) in lookup_expected_event() 340 &src, &dst, &out->sne); in tracer_scan_event() 435 e->keyid, e->rnext, e->maclen, e->sne, e->matched); in dump_trace_event()
|
H A D | aolib.h | 702 int keyid, int rnext, int maclen, int sne); 752 int src_port, int dst_port, int sne) in trace_ao_event_sne_expect() argument 759 -1, -1, -1, sne); in trace_ao_event_sne_expect()
|
/linux/net/ipv6/ |
H A D | tcp_ao.c | 136 const u8 *tkey, int hash_offset, u32 sne) in tcp_v6_ao_hash_skb() argument 139 hash_offset, sne); in tcp_v6_ao_hash_skb() 150 int hash_offset, u32 sne) in tcp_v6_ao_synack_hash() argument 164 hash_buf, hash_offset, sne); in tcp_v6_ao_synack_hash()
|
H A D | tcp_ipv6.c | 946 t1, key->sne); in tcp_v6_send_response() 1109 &key.rcv_next, &key.sne)) in tcp_v6_send_reset() 1186 key.sne = READ_ONCE(ao_info->snd_sne);
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 496 u32 sne = next_sne; in tcp_ao_compute_sne() local 500 sne--; in tcp_ao_compute_sne() 503 sne++; in tcp_ao_compute_sne() 506 return sne; in tcp_ao_compute_sne() 513 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne() argument 519 *bp = htonl(sne); in tcp_ao_hash_sne() 564 const struct tcphdr *th, u32 sne) in tcp_ao_hash_hdr() argument 584 if (tcp_ao_hash_sne(&hp, sne)) in tcp_ao_hash_hdr() 624 const u8 *tkey, int hash_offset, u32 sne) in tcp_ao_hash_skb() argument 645 if (tcp_ao_hash_sne(&hp, sne)) in tcp_ao_hash_skb() [all …]
|
H A D | tcp_ipv4.c | 1005 &rep.th, key->sne); in tcp_v4_send_ack() 1066 key.sne = READ_ONCE(ao_info->snd_sne);
|
/linux/drivers/clocksource/ |
H A D | arm_arch_timer.c | 861 typeof(clk->set_next_event) sne; in __arch_timer_setup() local 875 sne = erratum_handler(set_next_event_virt); in __arch_timer_setup() 882 sne = erratum_handler(set_next_event_phys); in __arch_timer_setup() 888 clk->set_next_event = sne; in __arch_timer_setup()
|
/linux/arch/m68k/fpsp040/ |
H A D | res_func.S | 69 sne LOCAL_SGN(%a0) 434 sne LOCAL_SGN(%a0) 893 sne WBTEMP_SGN(%a6) |use internal format for round 917 sne ETEMP_SGN(%a6) 943 sne FPTEMP_SGN(%a6) 1068 sne WBTEMP_SGN(%a6) 1101 sne ETEMP_SGN(%a6) 1124 sne FPTEMP_SGN(%a6)
|
H A D | sint.S | 143 sne LOCAL_SGN(%a0)
|
/linux/include/net/ |
H A D | tcp.h | 2278 const u8 *tkey, int hash_offset, u32 sne); 2299 int hash_offset, u32 sne); 2347 u32 sne; member
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11686 sne %d1 # set sign param accordingly 13661 sne %d1 # set sign param accordingly 14044 sne %d1 # set sign param accordingly 14397 sne %d1 # set sign param accordingly 14731 sne %d1 # set sign param accordingly 15184 sne %d1 # set sign param accordingly 15743 sne %d1 # set sign param accordingly
|