Home
last modified time | relevance | path

Searched refs:dest (Results 1801 – 1825 of 1843) sorted by relevance

1...<<71727374

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c830 if (((udphdr->source == htons(67) && udphdr->dest == htons(68)) || in rtw89_core_tx_btc_spec_pkt_notify()
831 (udphdr->source == htons(68) && udphdr->dest == htons(67))) && in rtw89_core_tx_btc_spec_pkt_notify()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1444 if (mangle_action->mangle.offset == offsetof(struct tcphdr, dest)) { in nfp_nft_ct_translate_mangle_action()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c241 uint64_t *dest = destp; in lpfc_sli4_pcimem_bcopy() local
245 *dest++ = *src++; in lpfc_sli4_pcimem_bcopy()
12094 uint32_t *dest = destp; in lpfc_sli_pcimem_bcopy() local
12101 *dest = ldata; in lpfc_sli_pcimem_bcopy()
12103 dest++; in lpfc_sli_pcimem_bcopy()
12122 uint32_t *dest = destp; in lpfc_sli_bemem_bcopy() local
12129 *dest = ldata; in lpfc_sli_bemem_bcopy()
12131 dest++; in lpfc_sli_bemem_bcopy()
/openbmc/linux/net/wireless/
H A Dnl80211.c15655 u8 *dest; in nl80211_tx_control_port() local
15703 dest = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_tx_control_port()
15711 dest, cpu_to_be16(proto), noencrypt, link_id, in nl80211_tx_control_port()
15827 u8 *dest; in nl80211_probe_mesh_link() local
15842 dest = nla_data(info->attrs[NL80211_ATTR_MAC]); in nl80211_probe_mesh_link()
15849 if (!ether_addr_equal(buf, dest) || is_multicast_ether_addr(buf) || in nl80211_probe_mesh_link()
15853 err = rdev_get_station(rdev, dev, dest, &sinfo); in nl80211_probe_mesh_link()
15859 return rdev_probe_mesh_link(rdev, dev, dest, buf, len); in nl80211_probe_mesh_link()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8483 udp_hdr(skb)->dest == adapter->vxlan_port) in ixgbe_atr()
8487 udp_hdr(skb)->dest == adapter->geneve_port) in ixgbe_atr()
8549 common.port.src ^= th->dest ^ htons(ETH_P_8021Q); in ixgbe_atr()
8551 common.port.src ^= th->dest ^ first->protocol; in ixgbe_atr()
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1808 /* Constraints mean that v2 is always in the same register as dest,
1809 * so we only need to do "if condition passed, move v1 to dest".
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc349 X86_OP_ENTRY3(MOVQ, V,x, None,None, W,q, vex5), /* wrong dest Vy on SDM! */
977 …[0x6e] = X86_OP_ENTRY3(MOVD_to, V,x, None,None, E,y, vex5 mmx p_00_66), /* wrong dest Vy on SD…
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1305 if (adapter->vxlan_port == udp_hdr(skb)->dest) in cxgb_encap_offload_supported()
1307 else if (adapter->geneve_port == udp_hdr(skb)->dest) in cxgb_encap_offload_supported()
/openbmc/linux/fs/smb/client/
H A Dfile.c1874 cifs_move_llist(struct list_head *source, struct list_head *dest) in cifs_move_llist() argument
1878 list_move(li, dest); in cifs_move_llist()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2314 const unsigned char *dest = ((struct ethhdr *)skb->data)->h_dest; in xmit_skb() local
2320 pr_debug("%s: xmit %p %pM\n", vi->dev->name, skb, dest); in xmit_skb()
/openbmc/qemu/docs/devel/
H A Dstyle.rst485 void pstrcpy(char *dest, int dest_buf_size, const char *src)
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1374 chtls_set_req_port(oreq, tcph->source, tcph->dest); in chtls_pass_accept_request()
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst296 if (udp->dest == 53 || udp->source == 9)
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dutils.c1435 loc_port = ntohs(tcph->dest); in irdma_ieq_get_qp()
/openbmc/openbmc-test-automation/lib/
H A Dcommon_utils.robot27 ... dbus-send --system --print-reply --dest=${OPENBMC_BASE_DBUS}.settings.Host
/openbmc/qemu/target/tricore/
H A Dtranslate.c2825 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb() argument
2827 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
2829 gen_save_pc(dest); in gen_goto_tb()
2832 gen_save_pc(dest); in gen_goto_tb()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch217 char *dest;
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c285 port = be16_to_cpu(udph->dest); in enic_features_check()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c2175 struct utp_transfer_req_desc *dest; in ufshcd_send_command() local
2178 dest = hwq->sqe_base_addr + hwq->sq_tail_slot; in ufshcd_send_command()
2179 memcpy(dest, src, utrd_size); in ufshcd_send_command()
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst1262 struct key *dest);
1264 This creates a keyring with the given attributes and returns it. If dest
/openbmc/linux/net/mac80211/
H A Dtx.c6101 const u8 *dest, __be16 proto, bool unencrypted, in ieee80211_tx_control_port() argument
6142 memcpy(ehdr->h_dest, dest, ETH_ALEN); in ieee80211_tx_control_port()
/openbmc/linux/include/net/
H A Dcfg80211.h4726 const u8 *dest, const __be16 proto,
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4562 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb() argument
4564 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
4566 gen_save_pc(dest); in gen_goto_tb()
4569 gen_save_pc(dest); in gen_goto_tb()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c155 void qlt_do_generation_tick(struct scsi_qla_host *vha, int *dest) in qlt_do_generation_tick() argument
158 *dest = atomic_inc_return(&base_vha->generation_tick); in qlt_do_generation_tick()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1870 * cmp_vec dest, src, value

1...<<71727374