/linux-5.19.10/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.h | 48 u16 urg; member 55 u16 urg; member
|
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_port.c | 602 u32 urg = 672000; in sparx5_port_fwd_urg() local 608 urg = 672000; in sparx5_port_fwd_urg() 611 urg = 270000; in sparx5_port_fwd_urg() 614 urg = 135000; in sparx5_port_fwd_urg() 617 urg = 67200; in sparx5_port_fwd_urg() 620 urg = 27000; in sparx5_port_fwd_urg() 623 return urg / clk_period_ps - 1; in sparx5_port_fwd_urg()
|
/linux-5.19.10/include/uapi/linux/ |
D | tcp.h | 38 urg:1, member 46 urg:1, member
|
/linux-5.19.10/tools/include/uapi/linux/ |
D | tcp.h | 38 urg:1, member 46 urg:1, member
|
/linux-5.19.10/drivers/net/slip/ |
D | slhc.c | 369 if(th->urg){ in slhc_compress() 566 thp->urg = 1; in slhc_uncompress() 572 thp->urg = 0; in slhc_uncompress()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 396 u16 urg; member 409 u16 urg; member
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 816 __be16 urg; member 902 __be16 urg; member 922 __be16 urg; member 978 __be16 urg; member
|
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 957 __be16 urg; member 974 __be16 urg; member 992 __be16 urg; member 1002 __be16 urg; member 1093 __be16 urg; member
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 66 u8 urg; member
|
D | trace_tid.h | 314 __field(u8, urg) 326 __entry->urg = param->urg; 339 __entry->urg
|
D | tid_rdma.c | 168 (((u64)p->urg & TID_OPFN_URG_MASK) << TID_OPFN_URG_SHIFT) | in tid_rdma_opfn_encode() 189 p->urg = (data >> TID_OPFN_URG_SHIFT) & TID_OPFN_URG_MASK; in tid_rdma_opfn_decode() 203 p->urg = is_urg_masked(priv->rcd); in tid_rdma_opfn_init() 2376 KDETH_SET(resp->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_read_resp() 4237 KDETH_SET(wd->kdeth0, INTR, !!(!last_pkt && remote->urg)); in hfi1_build_tid_rdma_packet()
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | gro.c | 298 int rst, int urg) in send_flags() argument 315 tcph->urg = urg; in send_flags()
|
/linux-5.19.10/drivers/net/ethernet/sfc/ |
D | tx_tso.c | 192 EFX_WARN_ON_ONCE_PARANOID(tcp_hdr(skb)->urg); in tso_start()
|
/linux-5.19.10/net/netfilter/ |
D | nf_log_syslog.c | 223 if (th->urg) in nf_log_dump_tcp_header()
|
/linux-5.19.10/net/smc/ |
D | af_smc.c | 2984 union smc_host_cursor cons, urg; in smc_ioctl() local 3048 smc_curs_copy(&urg, &conn->urg_curs, conn); in smc_ioctl() 3050 &cons, &urg) == 1; in smc_ioctl()
|
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 1704 if (unlikely(hdr->urg)) in chtls_recv_data() 1705 handle_urg_ptr(sk, tp->rcv_nxt + ntohs(hdr->urg)); in chtls_recv_data()
|
/linux-5.19.10/net/ipv4/ |
D | tcp_output.c | 1339 th->urg = 1; in __tcp_transmit_skb() 1342 th->urg = 1; in __tcp_transmit_skb()
|
D | tcp_input.c | 5655 if (unlikely(th->urg)) in tcp_urg()
|
/linux-5.19.10/arch/x86/kvm/vmx/ |
D | nested.c | 2802 bool urg = nested_cpu_has2(vmcs12, in nested_check_vm_entry_controls() local 2804 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls()
|
/linux-5.19.10/drivers/net/ethernet/neterion/ |
D | s2io.c | 8314 if (tcp->urg || tcp->psh || tcp->rst || in verify_l3_l4_lro_capable()
|