/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
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()
|
D | aolib.h | 701 int keyid, int rnext, int maclen, int sne); 751 int src_port, int dst_port, int sne) in trace_ao_event_sne_expect() argument 758 -1, -1, -1, sne); in trace_ao_event_sne_expect()
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 183 const u8 *tkey, int hash_offset, u32 sne); 212 const struct tcphdr *th, u32 sne); 216 bool *allocated_traffic_key, u8 *keyid, u32 *sne); 224 int hash_offset, u32 sne); 235 const u8 *tkey, int hash_offset, u32 sne); 254 const u8 *tkey, int hash_offset, u32 sne); 258 int hash_offset, u32 sne);
|
D | tcp.h | 2261 const u8 *tkey, int hash_offset, u32 sne); 2282 int hash_offset, u32 sne); 2330 u32 sne; member
|
/linux-6.12.1/net/ipv6/ |
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()
|
D | tcp_ipv6.c | 946 t1, key->sne); in tcp_v6_send_response() 1106 &key.rcv_next, &key.sne)) in tcp_v6_send_reset() 1183 key.sne = READ_ONCE(ao_info->snd_sne);
|
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 495 u32 sne = next_sne; in tcp_ao_compute_sne() local 499 sne--; in tcp_ao_compute_sne() 502 sne++; in tcp_ao_compute_sne() 505 return sne; in tcp_ao_compute_sne() 512 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne() argument 518 *bp = htonl(sne); in tcp_ao_hash_sne() 563 const struct tcphdr *th, u32 sne) in tcp_ao_hash_hdr() argument 583 if (tcp_ao_hash_sne(&hp, sne)) in tcp_ao_hash_hdr() 623 const u8 *tkey, int hash_offset, u32 sne) in tcp_ao_hash_skb() argument 644 if (tcp_ao_hash_sne(&hp, sne)) in tcp_ao_hash_skb() [all …]
|
D | tcp_ipv4.c | 1003 &rep.th, key->sne); in tcp_v4_send_ack() 1063 key.sne = READ_ONCE(ao_info->snd_sne);
|
/linux-6.12.1/drivers/clocksource/ |
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-6.12.1/arch/m68k/fpsp040/ |
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)
|
D | sint.S | 143 sne LOCAL_SGN(%a0)
|
/linux-6.12.1/arch/m68k/ifpsp060/src/ |
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
|